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

   ### Description
   
   The following gradle command fails reproducibly on main with the following 
error:
   
   ```
      >     java.lang.AssertionError
      >         at 
__randomizedtesting.SeedInfo.seed([CEBE5325E431003F:BCF2762A5551B64C]:0)
      >         at junit@4.13.1/org.junit.Assert.fail(Assert.java:87)
      >         at junit@4.13.1/org.junit.Assert.assertTrue(Assert.java:42)
      >         at junit@4.13.1/org.junit.Assert.assertTrue(Assert.java:53)
      >         at 
org.apache.lucene.facet.TestDrillSideways.verifyEquals(TestDrillSideways.java:1758)
      >         at 
org.apache.lucene.facet.TestDrillSideways.testRandom(TestDrillSideways.java:1324)
      >         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      >         at java.base/java.lang.reflect.Method.invoke(Method.java:578)
      >         at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
      >         at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
      >         at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
      >         at 
randomizedtesting.runner@2.8.1/com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
      >         at 
org.apache.lucene.test_framework@10.0.0-SNAPSHOT/org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
      >         at 
org.apache.lucene.test_framework@10.0.0-SNAPSHOT/org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
      >         at 
org.apache.lucene.test_framework@10.0.0-SNAPSHOT/org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
      >         at 
org.apache.lucene.test_framework@10.0.0-SNAPSHOT/org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
      >         at 
org.apache.lucene.test_framework@10.0.0-SNAPSHOT/org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
   
   ```
   
   ### Gradle command to reproduce
   
   ```
   ./gradlew test --tests TestDrillSideways.testRandom 
-Dtests.seed=CEBE5325E431003F
   ```
   


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