From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0B4574429A8 for ; Tue, 29 Oct 2019 13:21:04 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 29 Oct 2019 13:20:59 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v1 0/2] Fix 1.10 tests at replication suite List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org Fix tests by backport patches from master Found that tests replication/gc*.test.lua fail after the test replication/catch.test.lua. Fix was found in the main trunk master in which the tests pass. Fix cherry picked from commit 1c34c91fa725ab254619d23c2f1d99f1e8269324, also cherry picked the commit 84c7d0f723655b445ac04ed52682270f06a59f50 with improvements and changes needed to cherry pick fixing commit. After commit the test box/errinj.result was updated because new errinj was added at the fix commit. Closed #4590 Sergei Voronezhskii (1): test: errinj for pause relay_send Vladimir Davydov (1): test: cleanup replication/gc src/box/relay.cc | 6 ++++- src/errinj.h | 1 + test/box/errinj.result | 38 +++++++++++++------------- test/replication/catch.result | 48 +++++++++++++++------------------ test/replication/catch.test.lua | 41 ++++++++++++++-------------- test/replication/gc.result | 44 +++++++++--------------------- test/replication/gc.test.lua | 23 +++++----------- 7 files changed, 86 insertions(+), 115 deletions(-) -- 2.17.1