Skip to content

Draft: test: add a sync replication test

Georgy Moshkin requested to merge test/replication-leader-election into master

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

Merge request reports