javanna opened a new pull request, #980: URL: https://github.com/apache/lucene/pull/980
I was digging on a failure triggered by concurrent search, made more likely by LUCENE-10507, and I noticed some additional issues (beside the failure itself which was quickly fixed by Adrien) with the test so I went and reworked it. The test used to leave hanging threads behind following a failure. Also one method was executing two different tests. I split the existing method into two and I am now leveraging setup and teardown to properly close all the resources both when the tests succeed as well as whey they fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org