-
Notifications
You must be signed in to change notification settings - Fork 44
[DX-1118] local beholder support #1938
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
Conversation
…chainlink-testing-framework into dx-1118-local-beholder
…f extra dependencies
| // so let's try to connect to a Docker network a couple of times, there must be a race condition in Docker | ||
| // and even when network sandbox has been created and container is running, this call can still fail | ||
| // retrying is simpler than trying to figure out how to correctly wait for the network sandbox to be ready | ||
| var connectNetwork = func(networkName string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we just be on the same network? Seems like we either need to remove the default network from CTF or to configure this compose to use the same CTF network
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and what's the problem with this approach?
chip ingress + red panda
All in separate go module to limit blast radius of all dependencies required by docker-compose wrapped in
testcontainers-go