kaivalnp commented on PR #13202:
URL: https://github.com/apache/lucene/pull/13202#issuecomment-2037932211

   I see a couple of recent failures related to the test added here:
   1. https://github.com/apache/lucene/actions/runs/8557766498/job/23450804532
   2. https://github.com/apache/lucene/actions/runs/8558104895/job/23451920688
   3. https://github.com/apache/lucene/actions/runs/8556647561/job/23446977354
   
   ```
   org.apache.lucene.search.TestKnnByteVectorQuery > test suite's output saved 
to 
/home/runner/work/lucene/lucene/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.search.TestKnnByteVectorQuery.txt,
 copied below:
      >     java.lang.AssertionError: expected:<1> but was:<0>
      >         at 
__randomizedtesting.SeedInfo.seed([7F16007D6F6A386B:2F2E8BC60A821A77]:0)
      >         at org.junit.Assert.fail(Assert.java:89)
      >         at org.junit.Assert.failNotEquals(Assert.java:835)
      >         at org.junit.Assert.assertEquals(Assert.java:647)
      >         at org.junit.Assert.assertEquals(Assert.java:633)
      >         at 
org.apache.lucene.search.BaseKnnVectorQueryTestCase.testTimeout(BaseKnnVectorQueryTestCase.java:790)
   ```
   
   Sample command to reproduce as mentioned in (1):
   
   ```sh
   ./gradlew :lucene:core:test --tests 
"org.apache.lucene.search.TestKnnByteVectorQuery.testTimeout" -Ptests.jvms=2 
-Ptests.jvmargs= -Ptests.seed=7F16007D6F6A386B -Ptests.gui=true 
-Ptests.file.encoding=ISO-8859-1 -Ptests.vectorsize=256
   ```
   
   However when I run it on my machine, I'm not getting the same error. Could 
someone double-check if this is deterministically reproducible?
   
   Additionally, should we mark the test as `@Ignored` while we debug / fix it?


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