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

E2E run babylon in docker #25

Closed
Lazar955 opened this issue Aug 26, 2024 · 1 comment
Closed

E2E run babylon in docker #25

Lazar955 opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@Lazar955
Copy link
Member

  • Currently in e2e tests, babylon is run in process with babylond command. A better and more consistent approach would be to use a docker container. This goes hand in hand with this issue
@Lazar955 Lazar955 self-assigned this Aug 26, 2024
Lazar955 added a commit that referenced this issue Sep 18, 2024
Instead of managing babylond as a process, we run it in a Docker
container.
This will make e2e tests more consistent as bitcoind is also running in
Docker and will enable us to run tests in parallel with `t.Parallel`
(next PR).

[References
issue](#25)
@Lazar955
Copy link
Member Author

Done in #52

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

No branches or pull requests

1 participant