From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) (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 E68C246970E for ; Wed, 15 Jan 2020 11:56:11 +0300 (MSK) Received: by mail-lj1-f181.google.com with SMTP id y6so17665843lji.0 for ; Wed, 15 Jan 2020 00:56:11 -0800 (PST) From: Cyrill Gorcunov Date: Wed, 15 Jan 2020 11:56:02 +0300 Message-Id: <20200115085605.32307-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/3] box/console: Fix multireturn and empty output List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml In v2 Sasha provided more suitable tests which I've updated a bit. The issues are https://github.com/tarantool/tarantool/issues/4604 https://github.com/tarantool/tarantool/issues/4638 Branch gorcunov/console-fixes-2 Cyrill Gorcunov (3): box/console: handle multireturn in lua mode box/console: handle empty output format test/app-tap: add console_lua test src/box/lua/console.lua | 41 +++++--- test/app-tap/console_lua.test.lua | 154 ++++++++++++++++++++++++++++++ 2 files changed, 182 insertions(+), 13 deletions(-) create mode 100755 test/app-tap/console_lua.test.lua -- 2.20.1