Skip to content

Fix wait strategy definition#8842

Merged
eddumelendez merged 1 commit intomainfrom
gh-8578
Jul 3, 2024
Merged

Fix wait strategy definition#8842
eddumelendez merged 1 commit intomainfrom
gh-8578

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 July 2, 2024 23:53
@eddumelendez eddumelendez modified the milestone: next Jul 2, 2024
@eddumelendez eddumelendez merged commit c491f6a into main Jul 3, 2024
@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
fokion pushed a commit to fokion/testcontainers-java that referenced this pull request Jan 18, 2025
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