ChrisHegarty commented on PR #12850: URL: https://github.com/apache/lucene/pull/12850#issuecomment-1831661212
The test previously has been seen to fail with: ``` org.junit.ComparisonFailure: expected:<ba[z]> but was:<ba[r]> at __randomizedtesting.SeedInfo.seed([45D4C56DF2092811:7D67E193D5FAFCC0]:0) at junit@4.13.1/org.junit.Assert.assertEquals(Assert.java:117) at junit@4.13.1/org.junit.Assert.assertEquals(Assert.java:146) at org.apache.lucene.queries.function.TestSortedSetFieldSource.testSimple(TestSortedSetFieldSource.java:59) ... ``` 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: 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