From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Serge Petrenko Subject: [PATCH v2 0/2] replication: fix a failing assert in replica_on_applier_disconnect() Date: Fri, 17 Aug 2018 09:59:49 +0300 Message-Id: To: vdavydov.dev@gmail.com Cc: kyukhin@tarantool.org, tarantool-patches@freelists.org, Serge Petrenko List-ID: https://github.com/tarantool/tarantool/issues/3510 https://github.com/tarantool/tarantool/tree/sergepetrenko/gh-3510-replication-asserts-fail Changes in v2: - update test run with a fix to prevent test hang. Serge Petrenko (2): Update test-run replication: fix a failing assert in replica_on_applier_disconnect() src/box/replication.cc | 4 ++++ test-run | 2 +- test/replication/er_load.lua | 25 +++++++++++++++++++++++++ test/replication/er_load1.lua | 1 + test/replication/er_load2.lua | 1 + test/replication/misc.result | 32 ++++++++++++++++++++++++++++++++ test/replication/misc.test.lua | 12 ++++++++++++ 7 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 test/replication/er_load.lua create mode 120000 test/replication/er_load1.lua create mode 120000 test/replication/er_load2.lua -- 2.15.2 (Apple Git-101.1)