-
-
Notifications
You must be signed in to change notification settings - Fork 251
Add Etcd module #1004
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
Add Etcd module #1004
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The test is failing because it took longer than 5s to download the etcd image. Probably if you locally remove the image you'll reproduce the timeout and test failure. Increase the test timeout, for example as done here:
|
|
Thanks for the hint! With the image removed it took 13 seconds locally to run the spec. I set the timeout to 30 seconds, hopefully that works for the CI run. |
|
@prenaissance Thanks for the contribution! |
|
@prenaissance I just realised the containers aren't exported from the Please feel free to raise a PR to export them 🙂 |
|
My bad! Omw to fix this. |


This PR adds etcd as a new module.
I've implemented a single-node initialization only. If anyone would benefit from a multi-node cluster testcontainer, please let me know through comments.