From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 9DA02469719 for ; Tue, 13 Oct 2020 19:00:54 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 13 Oct 2020 19:00:52 +0300 Message-Id: <08b3afba06c964343e882eb1e32645bd39e534bc.1602604795.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1] test: flaky vinyl/gh.test.lua fails on 427 line List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Added new checksum for flaky fail on vinyl/gh.test.lua:427 line. Part of #5141 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/flaky-checksums test/vinyl/suite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vinyl/suite.ini b/test/vinyl/suite.ini index ed0474f5e..8e1db8ad9 100644 --- a/test/vinyl/suite.ini +++ b/test/vinyl/suite.ini @@ -53,7 +53,7 @@ fragile = { }, "gh.test.lua": { "issues": [ "gh-5141" ], - "checksums": [ "f1286e9e4710062ddfbffb61b2fe2743" ] + "checksums": [ "f1286e9e4710062ddfbffb61b2fe2743", "96b22440ab8a881d6b8d14c5ee1672fb" ] }, "iterator.test.lua": { "issues": [ "gh-5336" ], -- 2.25.1