Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-30 Thread via GitHub
msokolov closed issue #14864: testReadQuantizedVectorWithEmptyRawVectors failures URL: https://github.com/apache/lucene/issues/14864 -- 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 comm

Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-30 Thread via GitHub
Pulkitg64 commented on issue #14864: URL: https://github.com/apache/lucene/issues/14864#issuecomment-3019427240 On the test failure issue, the test is failing when we are trying to assert the full-precision we index is the same we get back after de-quantizing the byte vectors with error of

Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-30 Thread via GitHub
msokolov commented on issue #14864: URL: https://github.com/apache/lucene/issues/14864#issuecomment-3019407274 > Hmm is it possible with the recent build (gradle) refactorings somehow broke forwarding the seed to all spawned tests? -- This is an automated message from the Apache Git Servi

Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-30 Thread via GitHub
mikemccand commented on issue #14864: URL: https://github.com/apache/lucene/issues/14864#issuecomment-3019391074 > i think when we re-run with the same seed, we should get repeatable results from `random()` but I'm seeing different ones This is a separate bug, a test bug, from the act

Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-29 Thread via GitHub
msokolov commented on issue #14864: URL: https://github.com/apache/lucene/issues/14864#issuecomment-3017293810 Something I don't understand with the test framework here ... i think when we re-run with the same seed, we should get repeatable results from `random()` but I'm seeing different o

Re: [I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-29 Thread via GitHub
msokolov commented on issue #14864: URL: https://github.com/apache/lucene/issues/14864#issuecomment-3016639175 ./gradlew -p lucene/core test --tests TestLucene99ScalarQuantizedVectorsFormat.testReadQuantizedVectorWithEmptyRawVectors -Dtests.seed=E75EAB09A838DE99 -Dtests.locale=en-GD -D

[I] testReadQuantizedVectorWithEmptyRawVectors failures [lucene]

2025-06-29 Thread via GitHub
msokolov opened a new issue, #14864: URL: https://github.com/apache/lucene/issues/14864 ### Description Build: https://jenkins.thetaphi.de/job/Lucene-main-macOS/13150/ Java: 64bit/hotspot/jdk-24.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.ap