From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C8A6D2D362 for ; Wed, 28 Nov 2018 09:11:49 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0hUqlX_sWrRt for ; Wed, 28 Nov 2018 09:11:49 -0500 (EST) Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 8951D1FFC1 for ; Wed, 28 Nov 2018 09:11:49 -0500 (EST) Date: Wed, 28 Nov 2018 17:11:46 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] test: enable parallel mode for wall_off tests Message-ID: <20181128141146.day4oao2uob7eflb@tarantool.org> References: <20180917131155.8857-1-sergw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180917131155.8857-1-sergw@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Alexander Turenko Hello, On 17 Sep 16:11, Sergei Voronezhskii wrote: > Use the proper way to cleanup tests. > > Part of #2436 > --- > test/wal_off/oom.result | 4 ++-- > test/wal_off/oom.test.lua | 4 ++-- > test/wal_off/suite.ini | 2 +- > test/wal_off/tuple.result | 2 +- > test/wal_off/tuple.test.lua | 2 +- > 5 files changed, 7 insertions(+), 7 deletions(-) I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin