From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EE3472827E for ; Sun, 19 Aug 2018 11:36:52 -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 ln2OpmIm9OM1 for ; Sun, 19 Aug 2018 11:36:52 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 9F8C528154 for ; Sun, 19 Aug 2018 11:36:52 -0400 (EDT) Date: Sun, 19 Aug 2018 18:36:51 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] lua: show locals when a tap test fails Message-ID: <20180819153651.hgi7efjy47duon4t@tkn_work_nb> References: <84509c8ab6e29159082ff27a5d72c9228adc1c21.1534595542.git.alexander.turenko@tarantool.org> <20180819153500.4aoc6tcrsfzpouar@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180819153500.4aoc6tcrsfzpouar@tkn_work_nb> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Vladislav Shpilevoy , Eugine Blikh Cc: tarantool-patches@freelists.org travis-ci: https://travis-ci.org/tarantool/tarantool/builds/417913593 WBR, Alexander Turenko. On Sun, Aug 19, 2018 at 06:35:00PM +0300, Alexander Turenko wrote: > Sorry, forgotten to update result file. Updated the branch now. > > diff --git a/test/app-tap/tap.result b/test/app-tap/tap.result > index 36caa3023..ea6160191 100644 > --- a/test/app-tap/tap.result > +++ b/test/app-tap/tap.result > @@ -157,6 +157,7 @@ ok - like > --- > locals: > a: 42 > + tuple: [] > ... > # locals nested: end > not ok - failed subtests > > WBR, Alexander Turenko. > > On Sat, Aug 18, 2018 at 03:36:24PM +0300, Alexander Turenko wrote: > > Fixes #3627. > > --- > > > > branch: Totktonada/gh-3627-tap-show-local-variables > > travis-ci: https://travis-ci.org/tarantool/tarantool/builds/417616160 > > issue: https://github.com/tarantool/tarantool/issues/3627 >