Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
benwtrent closed issue #12940: Test failure in TestKnnGraph.testMultiThreadedSearch URL: https://github.com/apache/lucene/issues/12940 -- 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 co

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
benwtrent commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855974696 > I can see that in this test run we are using a quantizing scorer, but I don't think the test case explicitly calls for that. I wonder if we beefed up the test framework to rando

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
msokolov commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855957479 ah, thanks @benwtrent I'll check your fix then -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
msokolov commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855955234 I can see that in this test run we are using a quantizing scorer, but I don't think the test case explicitly calls for that. I wonder if we beefed up the test framework to randomly

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
benwtrent commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855929384 https://github.com/apache/lucene/pull/12943 @msokolov LOL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
benwtrent commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855929679 We both figured it out at the same time. -- 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

Re: [I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-14 Thread via GitHub
msokolov commented on issue #12940: URL: https://github.com/apache/lucene/issues/12940#issuecomment-1855926010 Thanks @vsop-479, it reproduces for me as well, both on main and 9x branches. The same test passes on 9.8.0 release. I'll try `git bisect` ... and it blames this commit: [a

[I] Test failure in TestKnnGraph.testMultiThreadedSearch [lucene]

2023-12-13 Thread via GitHub
vsop-479 opened a new issue, #12940: URL: https://github.com/apache/lucene/issues/12940 ### Description @msokolov Please take a look when you get a chance! ### Gradle command to reproduce ./gradlew test --tests TestKnnGraph.testMultiThreadedSearch -Dtests.seed=15C41D6B33