From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <tarantool-patches-bounce@freelists.org>
Received: from localhost (localhost [127.0.0.1])
	by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 22C322A4A0
	for <tarantool-patches@freelists.org>; Mon, 10 Sep 2018 20:29:39 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
	by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id EhBD2NGHWn3b for <tarantool-patches@freelists.org>;
	Mon, 10 Sep 2018 20:29:39 -0400 (EDT)
Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 533192A49F
	for <tarantool-patches@freelists.org>; Mon, 10 Sep 2018 20:29:38 -0400 (EDT)
Date: Tue, 11 Sep 2018 03:29:37 +0300
From: Alexander Turenko <alexander.turenko@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH] test: update submodule test-run
Message-ID: <20180911002937.6rwfqdz76l4gswol@tkn_work_nb>
References: <20180910164610.31434-1-sergw@tarantool.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20180910164610.31434-1-sergw@tarantool.org>
Sender: tarantool-patches-bounce@freelists.org
Errors-to: tarantool-patches-bounce@freelists.org
Reply-To: tarantool-patches@freelists.org
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <tarantool-patches-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: tarantool-patches <tarantool-patches.freelists.org>
List-subscribe: <tarantool-patches-request@freelists.org?Subject=subscribe>
List-owner: <mailto:>
List-post: <mailto:tarantool-patches@freelists.org>
List-archive: <http://www.freelists.org/archives/tarantool-patches>
To: Sergei Voronezhskii <sergw@tarantool.org>
Cc: tarantool-patches@freelists.org, Kirill Yukhin <kyukhin@tarantool.org>

Hi!

This looks good to me.

I would add issue numbers into this list, but this is not mandatory.

Please, elaborate with Kirill whether it should be on top of 1.9 or 1.10
(keep in mind that 1.10 can have other test-run version then 1.9, so the
description should be changed appropriately).

WBR, Alexander Turenko.

On Mon, Sep 10, 2018 at 07:46:10PM +0300, Sergei Voronezhskii wrote:
> - Allow to use unix socket for non-default servers
> - Fix inspector error reporting for app tests
> - Add new config param 'show_reproduce_content'
> - Print last 15 lines of .result for hung tests
> ---
> branch: sergw/update-test-run
> 
>  test-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test-run b/test-run
> index b8764e17c..b85d7edcb 160000
> --- a/test-run
> +++ b/test-run
> @@ -1 +1 @@
> -Subproject commit b8764e17ccc79a26d1e661a0aaeaad90bd0aa1ea
> +Subproject commit b85d7edcbbeec336ae4c222e14cd85793735f3a1
> -- 
> 2.18.0
> 
>