From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (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 A425F46970E for ; Mon, 10 Feb 2020 11:20:09 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id f24so3528300lfh.3 for ; Mon, 10 Feb 2020 00:20:09 -0800 (PST) Date: Mon, 10 Feb 2020 11:20:06 +0300 From: Cyrill Gorcunov Message-ID: <20200210082006.GA21061@uranus> References: <20200210063144.lcsc5vbe5jus7jt4@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200210063144.lcsc5vbe5jus7jt4@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/1] fio: close unused descriptors automatically List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy On Mon, Feb 10, 2020 at 09:31:44AM +0300, Kirill Yukhin wrote: > Hello, > > On 09 фев 18:37, Vladislav Shpilevoy wrote: > > test/app/fio.result | 93 +++++++++++++++++++++++++++++++++++++++++++ > > test/app/fio.test.lua | 58 +++++++++++++++++++++++++++ > > Could you please put the test into separate file? Sure, will do.