-
-
Notifications
You must be signed in to change notification settings - Fork 547
fix(elasticsearch): wait for #2724
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
fix(elasticsearch): wait for #2724
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Apart from the missing test, LGTM. Once added, I think this is ready to go.
Thanks!
This is actually a bug, I missed the circular dependency between the ready and wait conditions. There's two options:
|
@mdelapenya rebased on top of the new |
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.
There is just one comment regarding adding the basic auth to the wait strategy twice.
Other than that, LGTM, thanks!
Wait for the HTTP port to be available to prevent random failures when the container isn't fully started and returns 503 errors.
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.
LGTM, thanks!
* main: fix(elasticsearch): wait for (testcontainers#2724)
* main: fix(redpanda): wait for (testcontainers#2794) fix(elasticsearch): wait for (testcontainers#2724)
* main: chore: replace 'assert' with 'require' (#2827) chore: replace 'assert' with 'require' for critical checks (#2824) chore: bump ryuk to latest release (#2818) feat: add require for critical checks (#2812) chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#2805) feat: add etcd module (#2788) feat: add dynamodb-local module (#2799) fix(redpanda): wait for (#2794) fix(elasticsearch): wait for (#2724) chore: update dockercfg module (#2801)
Wait for the HTTP port to be available to prevent random failures when the container isn't fully started and returns 503 errors.