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 call to stop containers when using parallel in JUnit Jupiter Extension #7394

Merged
merged 1 commit into from Aug 3, 2023

Conversation

eddumelendez
Copy link
Member

Currently, containers are shutdown because of JVMHookResourceReaper instead
of Ryuk when enabling parallel using @Testcontainers. This commits,
register containers to be initialized so stop() is called.

…nsion

Currently, containers are shutdown because of JVMHookResourceReaper instead
of Ryuk when enabling parallel using `@Testcontainers`. This commits,
register containers to be initialized so `stop()` is called.
@eddumelendez eddumelendez requested a review from a team as a code owner August 3, 2023 18:02
@eddumelendez eddumelendez added this to the next milestone Aug 3, 2023
@eddumelendez eddumelendez merged commit d1a3742 into main Aug 3, 2023
85 checks passed
@eddumelendez eddumelendez deleted the fix_parallel_junit_jupiter branch August 3, 2023 18:21
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