mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-27 08:27:40 -05:00
Harness failures print their seed, but the seeded tests cannot be re-run with it and the soak binary needs hand-built flags, so a CI failure was effectively one-shot: - Honour MODEL_TESTING_SEED so the seed from a failing run replays the same op sequence in the same test; without it a fresh seed is still drawn. - Print the equivalent model_testing invocation for every run, so any failure (including the Linux-only harness tests on a non-Linux machine) becomes a one-line reproduction. - Bind the harness knobs once in smoke() and feed the same bindings to run() and to the printed command, so a run and its reproduction cannot disagree about them. - Cover both helpers with platform-independent unit tests: the helpers now compile and are tested on every platform, not only inside the Linux-gated harness module. Refs #10406, #10662, #10667.
Collection
Crate, which implements all functions required for operations with a single collection of points. Points within a collection should share the same payload schema and have same vector size. So that search requests could be performed over all points of a single collection.

