ChrisHegarty commented on PR #12865:
URL: https://github.com/apache/lucene/pull/12865#issuecomment-1836024282

   The test was previously seen to fail about 1 in every couple of hundred 
runs, with:
   
   ```
   org.junit.ComparisonFailure: expected:<v[2]> but was:<v[1]>
    at __randomizedtesting.SeedInfo.seed([D07DE7201C057238:E432507488980B27]:0)
    at org.junit.Assert.assertEquals(Assert.java:117)
    at org.junit.Assert.assertEquals(Assert.java:146)
    at 
org.apache.lucene.index.TestParallelLeafReader.queryTest(TestParallelLeafReader.java:264)
    at 
org.apache.lucene.index.TestParallelLeafReader.testQueries(TestParallelLeafReader.java:49)
    ...
   ```
   
   After the change, the test has not failed in several hundreds of thousands 
of runs.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to