benwtrent opened a new issue, #13946:
URL: https://github.com/apache/lucene/issues/13946

   ### Description
   
   git bisect indicated: b940511b07b
   
   ```
   TestCommonTermsQuery > testMinShouldMatch FAILED
   --
     | org.junit.ComparisonFailure: expected:<[2]> but was:<[3]>
     | at 
__randomizedtesting.SeedInfo.seed([574020B578DE2DA7:734828501FDB6F89]:0)
     | at [email protected]/org.junit.Assert.assertEquals(Assert.java:117)
     | at [email protected]/org.junit.Assert.assertEquals(Assert.java:146)
     | at 
org.apache.lucene.queries.TestCommonTermsQuery.testMinShouldMatch(TestCommonTermsQuery.java:256)
     | at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     | at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     | at 
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
     | at 
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
     | at 
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
     | at 
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
     | at 
[email protected]/org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
     | at 
[email protected]/org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
     | at 
[email protected]/org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
     | at 
[email protected]/org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
     | at 
[email protected]/org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
     | at [email protected]/org.junit.rules.RunRules.evaluate(RunRules.java:20)
   ```
   
   ### Gradle command to reproduce
   
   ```
   ./gradlew :lucene:queries:test --tests 
"org.apache.lucene.queries.TestCommonTermsQuery.testMinShouldMatch" 
-Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=574020B578DE2DA7 -Ptests.gui=true 
-Ptests.file.encoding=US-ASCII -Ptests.vectorsize=512 
-Ptests.forceintegervectors=true
   ```


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