From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id C2AF046970E for ; Tue, 28 Jan 2020 22:22:54 +0300 (MSK) Received: by mail-lj1-f172.google.com with SMTP id h23so15913160ljc.8 for ; Tue, 28 Jan 2020 11:22:54 -0800 (PST) From: Cyrill Gorcunov Date: Tue, 28 Jan 2020 22:22:44 +0300 Message-Id: <20200128192249.10023-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v7 0/5] box/replication: add missing diag set and fix sigsegv List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Updated series sits in gorcunov/gh-4730-diag-raise-master-7 Cyrill Gorcunov (5): box/request: add missing OutOfMemory diag_set box/applier: add missing diag_set on region_alloc failure box/applier: fix nil dereference in applier rollback errinj: add ERRINJ_REPLICA_TXN_WRITE test: add replication/applier-rollback src/box/applier.cc | 54 +- src/box/request.c | 8 +- src/lib/core/errinj.h | 1 + test/box/errinj.result | 2614 ++++++++++--------- test/replication/applier-rollback-slave.lua | 16 + test/replication/applier-rollback.result | 160 ++ test/replication/applier-rollback.test.lua | 79 + test/replication/suite.ini | 2 +- 8 files changed, 1670 insertions(+), 1264 deletions(-) create mode 100644 test/replication/applier-rollback-slave.lua create mode 100644 test/replication/applier-rollback.result create mode 100644 test/replication/applier-rollback.test.lua -- 2.20.1