Closed ssheikin closed 2 weeks ago
Can you please elaborate about the change?
cc @nineinchnick
Would this solve https://github.com/testcontainers/testcontainers-java/issues/2877 ?
@nineinchnick thanks for pointing out to the existing issue. I've added tests and updated the PR description @eddumelendez please review
@kiview @bsideup @rnorth Please take a look.
@eddumelendez @kiview @bsideup @rnorth Could you please indicate when you might have a chance to take a look?
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.
Thanks for your contribution, @ssheikin.
Thanks for getting this across the finish line!
Could you please let us know when the next release is scheduled?
We’re excited to use withStartupAttempts
for containers that occasionally fail to start.
Leaves not closed containers in case of timeout and retry.
For more extensive description see https://github.com/testcontainers/testcontainers-java/issues/2877 which this PR fixes.
reportLeakedContainers adapted from https://github.com/trinodb/trino/pull/20297 https://github.com/trinodb/trino/pull/21280