From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sergei Voronezhskii Subject: [PATCH v2 0/5] test: replication parallel mode on Date: Fri, 19 Oct 2018 19:17:16 +0300 Message-Id: <20181019161721.49560-1-sergw@tarantool.org> To: tarantool-patches@freelists.org Cc: Alexander Turenko , Vladimir Davydov List-ID: BRANCH: https://github.com/tarantool/tarantool/tree/sergw/enable-parallel-test-replication-clean Depends on: https://github.com/tarantool/test-run/pull/128 Rebased on master Sergei Voronezhskii (5): test: cleanup replication tests test: errinj for pause relay_send test: put require in proper places test: use wait_cond to check follow status test: replication parallel mode on src/box/relay.cc | 7 ++- src/errinj.h | 1 + test/replication/before_replace.result | 3 ++ test/replication/before_replace.test.lua | 1 + test/replication/catch.result | 55 ++++++++++---------- test/replication/catch.test.lua | 45 ++++++++-------- test/replication/gc.result | 56 ++++++++++---------- test/replication/gc.test.lua | 41 ++++++++------- test/replication/local_spaces.result | 3 ++ test/replication/local_spaces.test.lua | 1 + test/replication/misc.result | 57 ++++++++++++++++----- test/replication/misc.test.lua | 34 +++++++----- test/replication/on_replace.result | 13 +++++ test/replication/on_replace.test.lua | 4 ++ test/replication/once.result | 12 +++++ test/replication/once.test.lua | 3 ++ test/replication/quorum.result | 3 ++ test/replication/quorum.test.lua | 1 + test/replication/replica_rejoin.result | 7 +++ test/replication/replica_rejoin.test.lua | 2 + test/replication/skip_conflict_row.result | 7 +++ test/replication/skip_conflict_row.test.lua | 2 + test/replication/status.result | 7 +++ test/replication/status.test.lua | 2 + test/replication/suite.ini | 3 +- test/replication/sync.result | 7 +++ test/replication/sync.test.lua | 2 + test/replication/wal_off.result | 7 +++ test/replication/wal_off.test.lua | 2 + 29 files changed, 262 insertions(+), 126 deletions(-) -- 2.18.0