Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v3 0/4] fix box_set_replication issues & stabilize quorum test
@ 2019-11-25 11:50 Ilya Kosarev
  2019-11-25 11:50 ` [Tarantool-patches] [PATCH v3 1/4] test: update test-run Ilya Kosarev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ilya Kosarev @ 2019-11-25 11:50 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy

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().

Changes in v2:
- fixed mac os specific instability in quorum test
- added appropriate test case for anon replicas iteration
- fixed appliers pruning (fail discovered with test case mentioned above)
- bumped test-run to stabilize tcp_connect in test_run:cmd()

Changes in v3:
- simplified mac os specific instability fix in quorum test
- improved appliers pruning fix

Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-4586-fix-quorum-test
Issues: https://github.com/tarantool/tarantool/issues/4586
        https://github.com/tarantool/tarantool/issues/4643
        https://github.com/tarantool/tarantool/issues/4576
        https://github.com/tarantool/tarantool/issues/4440
        https://github.com/tarantool/test-run/issues/193

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                        | 19 ++++++----
 test-run                                      |  2 +-
 .../box_set_replication_stress.result         | 38 +++++++++++++++++++
 .../box_set_replication_stress.test.lua       | 17 +++++++++
 test/replication/quorum.result                | 34 ++++++++++-------
 test/replication/quorum.test.lua              | 19 +++++-----
 6 files changed, 98 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-02 11:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 11:50 [Tarantool-patches] [PATCH v3 0/4] fix box_set_replication issues & stabilize quorum test Ilya Kosarev
2019-11-25 11:50 ` [Tarantool-patches] [PATCH v3 1/4] test: update test-run Ilya Kosarev
2019-11-25 11:50 ` [Tarantool-patches] [PATCH v3 2/4] replication: fix appliers pruning Ilya Kosarev
2019-11-25 11:50 ` [Tarantool-patches] [PATCH v3 3/4] replication: make anon replicas iteration safe Ilya Kosarev
2019-11-25 11:50 ` [Tarantool-patches] [PATCH v3 4/4] test: stabilize quorum test conditions Ilya Kosarev
2019-11-25 23:04 ` [Tarantool-patches] [PATCH v3 0/4] fix box_set_replication issues & stabilize quorum test Vladislav Shpilevoy
2019-12-02 11:47 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox