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

Do better cleanup of tests if the JVM is killed #4457

Merged
merged 1 commit into from
Oct 15, 2019

Conversation

stuartwdouglas
Copy link
Member

We write out all the created files to a file, and if this
file is still present we know that the JVM was killed and
we clean up all listed entries. Note that this can still
give problems for classes that use QuarkusTestExtension,
as JUnit 5 does not let us hook in before classloading.

We write out all the created files to a file, and if this
file is still present we know that the JVM was killed and
we clean up all listed entries. Note that this can still
give problems for classes that use QuarkusTestExtension,
as JUnit 5 does not let us hook in before classloading.
@stuartwdouglas
Copy link
Member Author

@FroMage I think you have been complaining at various times about test cleanup in Eclipse? I think this might help.

@FroMage
Copy link
Member

FroMage commented Oct 9, 2019

OK lemme try

@gsmet
Copy link
Member

gsmet commented Oct 14, 2019

@FroMage can you check if it's OK for you? If so let's merge it and be done with it.

@FroMage
Copy link
Member

FroMage commented Oct 15, 2019

Finally ready to test.

@FroMage
Copy link
Member

FroMage commented Oct 15, 2019

I confirm it fixes my issue, thanks a lot!

@FroMage FroMage merged commit f037570 into quarkusio:master Oct 15, 2019
@cescoffier cescoffier added this to the 0.25.0 milestone Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants