-
-
Notifications
You must be signed in to change notification settings - Fork 179
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 test resource leaks introduced in https://github.com/eXist-db/exist/pull/5276 #5503
Fix test resource leaks introduced in https://github.com/eXist-db/exist/pull/5276 #5503
Conversation
… tests unless we are intending to explicitly test the XML:DB API implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surefire issues.... MVND related? --> isolated to windows tests
[exist-core] [INFO] Running org.exist.storage.RecoverXmlTest
Error: core] [ERROR] [SUREFIRE] std/in stream corrupted
…s it seems to corrupt the std/in stream, see: https://maven.apache.org/surefire/maven-surefire-plugin/faq.html#corruptedstream
20e9555
to
fe454e3
Compare
9b8006a
to
0511869
Compare
@dizzzz I have appended some commits which I think now address the (unrelated to this PR) Windows CI issues. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only question I got is if only activating flight recorder using -XX:StartFlightRecording
would have the same bad impact or if that is caused by the additonal parameters...
@reinhapa I am afraid I don't know the answer to that. Perhaps you would like to experiment with that in a follow-up PR? I would suggest running whatever experiments you have multiple times in the Windows CI, as it can be fickle ;-) |
Fixes the resource leaks that were introduced in #5276