[Tarantool-patches] [PATCH v2 0/4] fix box_set_replication issues & stabilize quorum test

Ilya Kosarev i.kosarev at tarantool.org
Sun Nov 24 00:53:54 MSK 2019


This patchset fixes appliers pruning in replicaset_update, anon
replicas iteration issues in replicaset_follow and stabilizes quorum
test. It also stabilizes tcp_connect in test_run:cmd().

Ilya Kosarev (4):
  test: update test-run
  replication: fix appliers pruning
  replication: make anon replicas iteration safe
  test: stabilize quorum test conditions

 src/box/replication.cc                        | 17 +++---
 test-run                                      |  2 +-
 .../box_set_replication_stress.result         | 38 +++++++++++++
 .../box_set_replication_stress.test.lua       | 17 ++++++
 test/replication/quorum.result                | 54 ++++++++++++++-----
 test/replication/quorum.test.lua              | 24 +++++----
 6 files changed, 121 insertions(+), 31 deletions(-)
 create mode 100644 test/replication/box_set_replication_stress.result
 create mode 100644 test/replication/box_set_replication_stress.test.lua

-- 
2.17.1



More information about the Tarantool-patches mailing list