From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 3C9B1469719 for ; Thu, 19 Mar 2020 13:26:11 +0300 (MSK) Date: Thu, 19 Mar 2020 13:26:10 +0300 From: Sergey Bronnikov Message-ID: <20200319102610.GA11615@pony.bronevichok.ru> References: <20200317151118.GA13609@pony.bronevichok.ru> <20200318080018.GA73598@pony.bronevichok.ru> <1584531029.278598978@f306.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1584531029.278598978@f306.i.mail.ru> Subject: Re: [Tarantool-patches] [PATCH v1] Split box/hash.test.lua to a set of small independent tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov Cc: tarantool-patches@dev.tarantool.org Hi, On 14:30 Wed 18 Mar , Oleg Piskunov wrote: > > Hi, > > Sergey, need to change cleanup for most splitted tests. > Please chenge «truncate()» to «drop()» Oleg, thanks for the review, I’ve fixed tests. > Regards, > Oleg