From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (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 BB48A441841 for ; Thu, 26 Mar 2020 15:31:26 +0300 (MSK) Date: Thu, 26 Mar 2020 12:31:26 +0000 From: Nikita Pettik Message-ID: <20200326123126.GB5152@tarantool.org> References: <3db4e478-4c92-edc2-6018-5dbf5276c9ed@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <3db4e478-4c92-edc2-6018-5dbf5276c9ed@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 03/10] test: move box.error tests to box/error.test.lua List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 26 Mar 01:22, Vladislav Shpilevoy wrote: > Thanks for the patch! > > The commit LGTM. Lets push it right away. Pushed to master. > On 25/03/2020 02:42, Nikita Pettik wrote: > > We are going to introduce more tests related to error module, so let's > > move all error-related tests from box/misc.test.lua to a separate test > > file (box/error.test.lua). > > > > Needed for #1148