From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gorcunov@gmail.com>
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 <tarantool-patches@dev.tarantool.org>;
 Mon, 10 Feb 2020 11:20:09 +0300 (MSK)
Received: by mail-lf1-f66.google.com with SMTP id f24so3528300lfh.3
 for <tarantool-patches@dev.tarantool.org>;
 Mon, 10 Feb 2020 00:20:09 -0800 (PST)
Date: Mon, 10 Feb 2020 11:20:06 +0300
From: Cyrill Gorcunov <gorcunov@gmail.com>
Message-ID: <20200210082006.GA21061@uranus>
References: <a3024ad527e6c668d18684a902b8acb438b27d38.1581269685.git.v.shpilevoy@tarantool.org>
 <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 <tarantool-patches.dev.tarantool.org>
List-Unsubscribe: <https://lists.tarantool.org/mailman/options/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=unsubscribe>
List-Archive: <https://lists.tarantool.org/pipermail/tarantool-patches/>
List-Post: <mailto:tarantool-patches@dev.tarantool.org>
List-Help: <mailto:tarantool-patches-request@dev.tarantool.org?subject=help>
List-Subscribe: <https://lists.tarantool.org/mailman/listinfo/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=subscribe>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy <v.shpilevoy@tarantool.org>

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.