dweiss commented on PR #12903:
URL: https://github.com/apache/lucene/pull/12903#issuecomment-1849478590

   > 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
   
   Just a suggestion that this call to gradle should have a similar outcome and 
be a tad faster (it does fork multiple test JVMs after one compilation - used 
to run in parallel too but not anymore - gradle's constraint).
   ```
   gradlew --no-build-cache :lucene:core:beast -Ptests.dups=100 --tests 
"org.apache.lucene.util.bkd.TestDocIdsWriter.testCrash"
   ```
   
   More info:
   https://github.com/apache/lucene/blob/main/help/tests.txt#L89-L123


-- 
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

Reply via email to