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 wait strategy definition #8842

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Fix wait strategy definition #8842

merged 1 commit into from
Jul 3, 2024

Conversation

eddumelendez
Copy link
Member

Currently, waitingFor takes precedence over setWaitStrategy. This was introduced with ContainerDef in 1dba8d1. This commit uses waitStrategy defined in GenericContainer for both methods waitingFor and setWaitStrategy.

Fixes #8578

Currently, `waitingFor` takes precedence over `setWaitStrategy`. This was introduced with
 ContainerDef in 1dba8d1. This commit  uses `waitStrategy` defined in GenericContainer for both
methods `waitingFor` and `setWaitStrategy`.

Fixes #8578
@eddumelendez eddumelendez requested a review from a team as a code owner July 2, 2024 23:53
@eddumelendez eddumelendez modified the milestone: next Jul 2, 2024
@eddumelendez eddumelendez merged commit c491f6a into main Jul 3, 2024
99 checks passed
@eddumelendez eddumelendez deleted the gh-8578 branch July 3, 2024 00:36
lizhou1111 pushed a commit to lizhou1111/testcontainers-java that referenced this pull request Jul 13, 2024
Currently, `waitingFor` takes precedence over `setWaitStrategy`. This was introduced with
 ContainerDef in 1dba8d1. This commit  uses `waitStrategy` defined in GenericContainer for both
methods `waitingFor` and `setWaitStrategy`.

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

Successfully merging this pull request may close these issues.

[Bug]: GenericContainer.waitingFor takes precedence over setWaitStrategy
1 participant