kaivalnp commented on PR #13283: URL: https://github.com/apache/lucene/pull/13283#issuecomment-2043802370
Side note: the original command to reproduce from https://github.com/apache/lucene/pull/13202#issuecomment-2037932211: ``` 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 ``` ..does not work until we remove the `--tests` parameter like: ``` gradlew :lucene:core:test -Ptests.jvms=2 -Ptests.jvmargs= -Ptests.seed=7F16007D6F6A386B -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 -Ptests.vectorsize=256 ``` Moreover, it deterministically fails with a minimal command of (stripping extra params): ``` gradlew :lucene:core:test -Ptests.jvms=2 -Ptests.seed=7F16007D6F6A386B ``` ..which does not reproduce without `tests.jvms`, I'm not entirely sure why.. I tried running the minimal command above using all 3 seed values from the linked comment, and the test fails deterministically before this PR and passes afterwards -- 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