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

Fix missing WaitStrategy support in JdbcDatabaseContainer #8127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Jan 16, 2024

As pointed out in #2994, the fact that JdbcDatabaseContainer ignores any WaitStrategy set on the container is very confusing to the user. This change tries to make the public API less confusing.

As pointed out in
testcontainers#2994, the
fact that `JdbcDatabaseContainer` ignores any `WaitStrategy` set on the
container is very confusing to the user. This change tries to make the
public API less confusing.
@perlun
Copy link
Contributor Author

perlun commented Jan 16, 2024

/cc @eddumelendez. Found out about this because my WaitStrategy was never being executed, as I expected. 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant