Pulkitg64 commented on PR #15003:
URL: https://github.com/apache/lucene/pull/15003#issuecomment-3174182924

   The failing test is running fine on my macOS desktop and I have not changed 
anything in the related classes. Not sure why this test in failing in check
   
   ```
   TestBPReorderingMergePolicy > testReorderOnAddIndexes FAILED
       java.lang.AssertionError: Called on the wrong instance
           at 
[email protected]/org.apache.lucene.tests.codecs.asserting.AssertingKnnVectorsFormat$AssertingKnnVectorsReader.getFloatVectorValues(AssertingKnnVectorsFormat.java:140)
           at 
[email protected]/org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader.getFloatVectorValues(PerFieldKnnVectorsFormat.java:289)
           at 
[email protected]/org.apache.lucene.index.CodecReader.getFloatVectorValues(CodecReader.java:244)
           at 
[email protected]/org.apache.lucene.index.SlowCompositeCodecReaderWrapper$SlowCompositeKnnVectorsReaderWrapper.getFloatVectorValues(SlowCompositeCodecReaderWrapper.java:842)
           at 
[email protected]/org.apache.lucene.index.CodecReader.getFloatVectorValues(CodecReader.java:244)
           at 
org.apache.lucene.misc.index.BpVectorReorderer.computeDocMap(BpVectorReorderer.java:590)
           at 
org.apache.lucene.misc.index.BPReorderingMergePolicy$1.reorder(BPReorderingMergePolicy.java:138)
           at 
[email protected]/org.apache.lucene.index.IndexWriter.addIndexesReaderMerge(IndexWriter.java:3426)
           at 
[email protected]/org.apache.lucene.index.IndexWriter$AddIndexesMergeSource.merge(IndexWriter.java:3334)
           at 
[email protected]/org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:664)
           at 
[email protected]/org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:726)
   ```
   


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