-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Stop container that doesn't match wait strategy #9474
Stop container that doesn't match wait strategy #9474
Conversation
bad07d1
to
1b7041c
Compare
Can you please elaborate about the change? |
1b7041c
to
3afa556
Compare
Would this solve #2877 ? |
core/src/test/java/org/testcontainers/containers/ReportLeakedContainers.java
Outdated
Show resolved
Hide resolved
core/src/test/java/org/testcontainers/containers/ReportLeakedContainers.java
Outdated
Show resolved
Hide resolved
d48eaf0
to
8210e08
Compare
@nineinchnick thanks for pointing out to the existing issue. |
This comment was marked as off-topic.
This comment was marked as off-topic.
8210e08
to
630c150
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi @ssheikin, with all due respect, please stop tagging people in this PR. It is only creating noise in emails, slack and notifications to members who are taking a break from the project. As I mentioned via DM, when a PR is raised the team is notified. Please also be aware that there are other PRs, tasks that we are currently working on. We really appreciate your contribution and it is going to be reviewed but give some time meanwhile it is triaged and discussed. |
reportLeakedContainers adapted from trinodb/trino#20297 trinodb/trino#21280 Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com> Co-authored-by: Jan Waś <jan.was@starburstdata.com>
630c150
to
902cb03
Compare
Thanks for your contribution, @ssheikin. |
Thanks for getting this across the finish line! |
Leaves not closed containers in case of timeout and retry.
For more extensive description see #2877 which this PR fixes.
reportLeakedContainers adapted from
trinodb/trino#20297
trinodb/trino#21280