Skip to content

fix(test): fix flaky test on cluster with replication

Asya Lomakina requested to merge 369-flaky_test into main

tarantool uses async replication by default, and it is possible to try selecting from a replica that does not have the space or the data yet, which can cause flaky tests now, we configure storage replicaset and enable sync replication for spaces to work with Closes #369 (closed)

Merge request reports