From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2EC6A441841 for ; Wed, 25 Mar 2020 11:28:16 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id f20so1530089ljm.0 for ; Wed, 25 Mar 2020 01:28:16 -0700 (PDT) Date: Wed, 25 Mar 2020 11:28:14 +0300 From: Konstantin Osipov Message-ID: <20200325082814.GD18984@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org * Nikita Pettik [20/03/25 09:32]: > 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 Another obvious patch, lgtm. -- Konstantin Osipov, Moscow, Russia