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 3BD4C2A614 for ; Sun, 23 Sep 2018 18:53:38 -0400 (EDT) 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 z142wDQ8nrtG for ; Sun, 23 Sep 2018 18:53:38 -0400 (EDT) Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (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 EF4092796B for ; Sun, 23 Sep 2018 18:53:37 -0400 (EDT) Date: Mon, 24 Sep 2018 01:53:34 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] test: enable parallel mode for wal_off tests Message-ID: <20180923225334.ujonqy6vzzf5fac6@tkn_work_nb> References: <20180919165750.ew3lv22q3gbtxdew@tkn_work_nb> <20180921124442.47554-1-sergw@tarantool.org> <20180922014417.zlp7hzjb6wzryx4q@tkn_work_nb> <1537742458.592067322@f425.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1537742458.592067322@f425.i.mail.ru> 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: Sergei Voronezhskii Cc: tarantool-patches@freelists.org Hi! Thanks for updating. I briefly look into the new commit message. > - need to cleanup default because of some tests dont drop spaces Still there and looks like a part of the following sentence. Are you had intention to remove it? If not, then, please, don't refer a default server as just 'default', it makes the message unclear, and split the sentences. If so, do it :) > that can cause the error count of spaces for a following test. I guess the error message sounds like "Space 'tweedledum' already exists". Don't sure what 'the error count of spaces' means. WBR, Alexander Turenko. On Mon, Sep 24, 2018 at 01:40:58AM +0300, Sergei Voronezhskii wrote: > Hi! > I've amended the commit message. > BRANCH: > https://github.com/tarantool/tarantool/tree/sergw/enable-parallel-test- > wal-off-clean