rmuir opened a new pull request, #11953: URL: https://github.com/apache/lucene/pull/11953
This test intentionally does a ton of filesystem operations: currently about 20% of the time you can get really unlucky and get virus checker simulated, against a real filesystem, which makes things really slow. Instead use a ByteBuffersDirectory for local runs so that it doesn't take minutes. The test can still be pretty slow even with this implementation, so tone down the runtime so that it takes ~ 1.5s locally. Closes #11951 -- 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