From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 16F636BD29; Tue, 13 Apr 2021 10:10:34 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 16F636BD29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1618297834; bh=H1o545jP450377mXWqbzEv/QcTs+hL7SKhasy9XvRrM=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=hEc5TnIE+/PX4wdnzm12RJ3eG8Ws+ZHLoOynS+qnsilnUUT47xSP3yeDSRWqS44Go oghiW7BU9S8XMiOzxoznPsQPxEhaZEO4VHksBhxW+c/UrmJUT5fu9+YEe06laW0UTO 51+Gom6VkX47C6E590B4B2+UGalMHATY+ALjtkdo= Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 385326BD23 for ; Tue, 13 Apr 2021 10:10:32 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 385326BD23 Received: by mail-lj1-f179.google.com with SMTP id z8so18195610ljm.12 for ; Tue, 13 Apr 2021 00:10:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=H1o545jP450377mXWqbzEv/QcTs+hL7SKhasy9XvRrM=; b=VHtmWUHYhg4fglkWY488RNixCj++rh2WrkMR5fuMTagPEPfq+xyURlGolZb4nrkDbF PtnTvsIDfzAc9PX6YiamZlBSaI1dWIlL1pI2I5HyrY06HxSGyIFcjcwj5L4dEBp9gFRF 8phPNEVe6x33xloZIbRhq6KbqoHsqK+F44aA/KuurpdtPOWd2kS0QEq058hMi2MP4rKg hhScQDQs6ZTDP5Y9GpMrPAnltEJkGF5IYQ9x/zHOMKuXeob62LWgbmofG1DIVMT/8850 JdG6wY30qFXr6DJS56PEeSe/U7pzsNk0RktQamXE7f6Z2RoF6+5GX/kgHymAgRJaRbFN pz9A== X-Gm-Message-State: AOAM530vYOl63bDcUtgoG0rzZgtSvJcI/G/78M/QpfkZN8n42dOcrzNv rqB3Wi8Z/u1/YvwUwFKJw0KfQZMU4bs= X-Google-Smtp-Source: ABdhPJxWoDbRPYcBiA4bbo2gWeGTO/RsKc/zT2dv53oVaBUR2nyNMFcA3RleIdLY2IQDGLxrcX9P8Q== X-Received: by 2002:a2e:2f03:: with SMTP id v3mr14485765ljv.463.1618297830984; Tue, 13 Apr 2021 00:10:30 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id z28sm3660099ljn.117.2021.04.13.00.10.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Apr 2021 00:10:29 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id CA12A560162; Tue, 13 Apr 2021 10:10:28 +0300 (MSK) Date: Tue, 13 Apr 2021 10:10:28 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210408164151.1759348-1-gorcunov@gmail.com> <20210408164151.1759348-7-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [PATCH v21 6/6] test: add box.lib test X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Tue, Apr 13, 2021 at 12:08:56AM +0200, Vladislav Shpilevoy wrote: > Thanks for the fixes! > Thanks! Everything is updated and pushed out.