msokolov commented on issue #14864:
URL: https://github.com/apache/lucene/issues/14864#issuecomment-3017293810

   Something I don't understand with the test framework here ... i think when 
we re-run with the same seed, we should get repeatable results from `random()` 
but I'm seeing different ones. Another weird thing is that the test output 
shows both:
   
           2> NOTE: reproduce with: gradlew test --tests 
TestLucene99ScalarQuantizedVectorsFormat.testReadQuantizedVectorWithEmptyRawVectors
 -Dtests.seed=F03A4488C7A83333 -Dtests.locale=en-GD 
-Dtests.timezone=Australia/Tasmania -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   
   and then later on:
   
         Reproduce with: gradlew :lucene:core:test --tests 
"org.apache.lucene.codecs.lucene99.TestLucene99ScalarQuantizedVectorsFormat.testReadQuantizedVectorWithEmptyRawVectors"
 -Ptests.asserts=true -Ptests.file.encoding=UTF-8 
-Ptests.forceintegervectors=true -Ptests.gui=false 
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1" -Ptests.jvms=4 -Ptests.locale=en-GD 
-Ptests.seed=E75EAB09A838DE99 -Ptests.timezone=Australia/Tasmania 
-Ptests.vectorsize=512
   
   which is the test seed I supplied on the command line -- but what's  up with 
the test output that was captured showing a completely different seed?
   


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