From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (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 6522446970E for ; Tue, 28 Jan 2020 00:53:10 +0300 (MSK) Received: by mail-lj1-f176.google.com with SMTP id x7so12528061ljc.1 for ; Mon, 27 Jan 2020 13:53:10 -0800 (PST) From: Cyrill Gorcunov Date: Tue, 28 Jan 2020 00:53:01 +0300 Message-Id: <20200127215306.31681-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v5 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 The series is on top of master branch and sits in gorcunov/gh-4730-diag-raise-master-5 v2-4 are skipped for internal dev sake 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/replication/applier-rollback-slave.lua | 16 ++ test/replication/applier-rollback.result | 182 ++++++++++++++++++++ test/replication/applier-rollback.test.lua | 85 +++++++++ 6 files changed, 339 insertions(+), 7 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