uschindler commented on PR #12681:
URL: https://github.com/apache/lucene/pull/12681#issuecomment-1763331631

   > This also makes this test reproducible from random seed regardless of the 
hardware, as `SPECIES_PREFERRED` is not used at all in tests. From a test 
perspective, it is like a forbidden-api.
   
   I am mostly ok, but initially I stumbled on this. I was expecting that all 
tests get slow. But luckily we run tests without C2 so by default for all test 
except the one using the testMode, we use the scalar impl.
   
   I'd like to add some extra safety. If the provider class detects that any of 
those properties are given at command line and at same time it is not in Test 
mode, it should scream loud in logger and use default impl. The problem is that 
Jenkins uses different GC and does not force Client mode, so it would take very 
long as all tests run using fixed bit size.
   
   I have a small change to implement this, are you ok?


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