apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.61k stars 1.02k forks source link

TestKnnByteVectorQuery.testTimeout fails #13272

Closed benwtrent closed 5 months ago

benwtrent commented 5 months ago

Description

Periodic failures for testTimeout, its not locally repeatable.

Gradle command to reproduce

./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
benwtrent commented 5 months ago

I am going to mute this on main & branch_9x as we wait for a fix.

zacharymorn commented 5 months ago

Another seed to reproduce this issue

gradlew test --tests TestKnnByteVectorQuery.testTimeout -Dtests.seed=51247A9C254BB9F -Dtests.locale=ff-Latn -Dtests.timezone=Asia/Chita -Dtests.asserts=true -Dtests.file.encoding=UTF-8
benwtrent commented 5 months ago

OK, this is muted in main now. The original change doesn't seem backported to 9x. So, nothing to mute there.