dweiss opened a new pull request, #12752:
URL: https://github.com/apache/lucene/pull/12752

   LuceneTestCase tried to compute its default value from TESTS_NIGHTLY. This 
could lead to subtle errors: nightly mode failures would not report 
tests.multipler=1 and when started from the IDE, the tests.multiplier would be 
set to 2 (leading to different randomness).
   
   LuceneTestCase now compares the actual value of the multiplier to the 
"default" computed based off TESTS_NIGHTLY. I also opted to change gradle's 
test defaults to _not_ pass tests.multiplier at all, unless specified 
explicitly.


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