Skip to content

test: fix flaky sql tests

Denis Smirnov requested to merge flacky_sql into master

Summary

  • test: fix flaky sql tests

At the moment clusterwide SQL has no protection from anomalies produced by vshard bucket rebalancer. We plan to fix it ASAP, but at the moment we need a stable non-flaky CI.

This patch makes tested cluster single-node. Multi-instance tests shall be added later in scope of fixing the mentioned rebalancing issue.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports