Arnaud Gourlay
Arnaud Gourlay
Closing due to inactivity. No work is planned in the foreseeable future to support this feature.
Closing due to inactivity. No work is planned in the foreseeable future to support this feature.
@moaz-mokhtar thank you for your interest :wave: The command to run the test is indeed not valid anymore as we have removed the `consensus` feature. A better one is `cargo...
Great to hear :+1: My gut feeling is that it could be done by having specific assertion logics to ensure that two results are identical with regard to ties. Could...
The problem is that the test is flaky, you are unlikely to see it with a single run :) Try running the test in a loop over a long period...
The only logs left are the one in the description. ``` ---- tests::test_struct_payload_index stdout ---- thread 'tests::test_struct_payload_index' panicked at 'assertion failed: `(left == right)` left: `NumId(863)`, right: `NumId(1396)`', lib/segment/tests/payload_index_test.rs:207:21 note:...
I was able to reproduce the error using your script which I modified to stop on failure with `set -e`. I also removed `RUST_TEST_THREADS=4 RUST_BACKTRACE=1 ` ```bash #!/bin/bash set -e...
@moaz-mokhtar Given that I am the one who can reproduce the issue, I decided to fix it to not waste your time. The proposed fix can be found here https://github.com/qdrant/qdrant/pull/1597
Fixed by https://github.com/qdrant/qdrant/pull/1597
@thanos91 What is the current status of your deployment? Are you still facing issues? Have you been able to upgrade to the latest versions?