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
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
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
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
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
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
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