Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-09 Thread via GitHub
msokolov merged PR #14049: URL: https://github.com/apache/lucene/pull/14049 -- 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.ap

Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-09 Thread via GitHub
msokolov commented on PR #14049: URL: https://github.com/apache/lucene/pull/14049#issuecomment-2528438728 makes sense, I'll add a CHANGES entry and commit -- 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 t

Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-07 Thread via GitHub
msokolov commented on PR #14049: URL: https://github.com/apache/lucene/pull/14049#issuecomment-2525276990 Thank Simon, that's good feedback about avoiding randomization for these tests. There's nothing to revert - this hasn't been committed, it's just github running tests that is failing. I

Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-07 Thread via GitHub
s1monw commented on PR #14049: URL: https://github.com/apache/lucene/pull/14049#issuecomment-2525074361 @msokolov I didn't invent this test. Yet, we never tested the current version obeying with it's own BWC expecations. Please make sure nothing randomizes anything in this test. BWC tests a

Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-06 Thread via GitHub
msokolov commented on PR #14049: URL: https://github.com/apache/lucene/pull/14049#issuecomment-2524594249 Another test fails now (this is going to be fun, it's hard to ferret all these things out proactively): ``` TestBasicBackwardsCompatibility > testIndexOldIndex {Lucene-Version:

Re: [PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-06 Thread via GitHub
msokolov commented on PR #14049: URL: https://github.com/apache/lucene/pull/14049#issuecomment-2523957319 oops a test failed; my bad for only beasting the ones in core ... I'll look at this one: gradlew :lucene:join:test --tests "org.apache.lucene.search.join.TestBlockJoin.testSi

[PR] Randomize KnnVector codec params in RandomCodec; addresses gh-14047 [lucene]

2024-12-06 Thread via GitHub
msokolov opened a new pull request, #14049: URL: https://github.com/apache/lucene/pull/14049 This adds the randomization to RandomCodec and addresses some test issues. * In a few places I had to disable the randomization; basically wherever we are carefully testing scores. In these ca