ChrisHegarty commented on PR #12903: URL: https://github.com/apache/lucene/pull/12903#issuecomment-1849079207
For reviewers or other interested parties. I run the test as follows: ``` export CI=true; export x=; while ./gradlew --no-build-cache cleanTest :lucene:core:test --rerun --tests "org.apache.lucene.util.bkd.TestDocIdsWriter.testCrash"; do echo $x | wc -c; export x=x$x; done ``` We need the `CI=true` because, by default in our gradle environment C2 compilation is disabled - and that is where the JIT crash happens. -- 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