ChrisHegarty commented on PR #13985: URL: https://github.com/apache/lucene/pull/13985#issuecomment-2491840436
I broke the tests again, by adding more asserts, as I'm a little uncomfortable with the `finishMergeCount <= 0`. Now I broke something else. I'll get to fixing this, or backout the extra asserts. For reference this reproduces: ``` ./gradlew :lucene:core:test --tests "org.apache.lucene.codecs.perfield.TestPerFieldKnnVectorsFormat.testByteVectorScorerIteration" -Ptests.jvms=6 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1" -Ptests.seed=C47EA6F578AC0A04 -Ptests.iters=1 -Ptests.gui=false -Ptests.file.encoding=UTF-8 -Ptests.vectorsize=128 -Ptests.forceintegervectors=true -Dtests.iters=10 ``` -- 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]
