From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 dev.tarantool.org (Postfix) with ESMTPS id BC5154696C6 for ; Sat, 11 Apr 2020 19:54:35 +0300 (MSK) References: <8753132aaa1c161714064bb97ffcd97e0231c586.1586341316.git.sergeyb@tarantool.org> From: Vladislav Shpilevoy Message-ID: <6abb4e35-8187-8610-e543-7c60eb7785d0@tarantool.org> Date: Sat, 11 Apr 2020 18:54:32 +0200 MIME-Version: 1.0 In-Reply-To: <8753132aaa1c161714064bb97ffcd97e0231c586.1586341316.git.sergeyb@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 2/6] Fix luacheck warnings in test/ List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Bronnikov , tarantool-patches@dev.tarantool.org Cc: o.piskunov@tarantool.org Thanks for the patch! Consider one minor fix below and on the branch in a separate commit. ==================== diff --git a/test/vinyl/large.lua b/test/vinyl/large.lua index a11642ff0..a997aec7e 100644 --- a/test/vinyl/large.lua +++ b/test/vinyl/large.lua @@ -1,4 +1,3 @@ -local fiber = require('fiber') local digest = require('digest') local PAGE_SIZE = 1024