mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* fix flaky save_on_disk tests with barrier synchronization * apply suggestions from coderabbitai bot * fix timeout in test_wait_for_multiple_notifications * add TEST_IO_SLACK for disk write latency in tests * make concurrent readers count explicit in test * relax timing assertions and use timeout variable for consistency * refactor wait_for to use deadline-based loop to prevent false timeouts * fix stale variable name in comment * relax immediate test timing bound to reduce CI flakes * add overflow protection for deadline calculation * apply "checked_sub here and unwrap" suggestion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * track remaining time instead of deadline to avoid overflow issues --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>