[Tarantool-patches] [PATCH v1 0/2] Fix 1.10 tests at replication suite

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Oct 29 13:25:33 MSK 2019


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
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4590-catch-gc
Issue: https://github.com/tarantool/tarantool/issues/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



More information about the Tarantool-patches mailing list