Draft: test: add a sync replication test
test_2_of_3_writable currently fails sometimes due to this error
transaction failed: Failed to commit, UncommittedForeignSyncTxns: Found uncommitted sync transactions from other instance with id 2
to reproduce run
while pytest -sk 2_of_3; do
echo REPEAT;
done
Edited by Georgy Moshkin