From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 85ABF42F975 for ; Thu, 26 Mar 2020 03:22:55 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: <3db4e478-4c92-edc2-6018-5dbf5276c9ed@tarantool.org> Date: Thu, 26 Mar 2020 01:22:54 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Nikita Pettik , tarantool-patches@dev.tarantool.org Thanks for the patch! The commit LGTM. Lets push it right away. 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