Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues running tests in docker compose #2252

Closed
stwiname opened this issue Feb 13, 2024 · 0 comments · Fixed by #2258
Closed

Issues running tests in docker compose #2252

stwiname opened this issue Feb 13, 2024 · 0 comments · Fixed by #2258

Comments

@stwiname
Copy link
Collaborator

  1. Tests will repeatedly run as docker compose files have restart: always set on the node service. This should be updated to restart: unless-stopped so that a clean exit doesn't restart
  2. Tests run with historical disabled but docker compose files have unfinalized blocks enabled by default. The testing framework should be updated to force unfinalized blocks off.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant