-
-
Notifications
You must be signed in to change notification settings - Fork 244
Allow to use HealthCheck wait strategy by default #1096
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
packages/testcontainers/src/docker-compose-environment/docker-compose-environment.ts
Outdated
Show resolved
Hide resolved
packages/testcontainers/src/docker-compose-environment/docker-compose-environment.ts
Outdated
Show resolved
Hide resolved
packages/testcontainers/src/generic-container/abstract-started-container.ts
Outdated
Show resolved
Hide resolved
I fixed some invalid WaitStrategy references in kafka and red panda. Tests pass locally |
@cristianrgreco |
Hey @digital88, apologies for the delay, been super busy with work lately! I still need to review this PR, but yes you're right it'll eventually get queued for a major release. |
#687
Had to augment ImageInspectInfo & ContainerInspectInfo because dockerode types do not expose HealthCheck nested property in Config property. I opened PR here but not sure when it will be accepted.