From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (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 E9CC846970E for ; Mon, 20 Jan 2020 20:59:54 +0300 (MSK) Received: by mail-lf1-f44.google.com with SMTP id n25so24807766lfl.0 for ; Mon, 20 Jan 2020 09:59:54 -0800 (PST) From: Cyrill Gorcunov Date: Mon, 20 Jan 2020 20:59:47 +0300 Message-Id: <20200120175950.28060-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 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 v3 nits for tests are fixed. The issues are https://github.com/tarantool/tarantool/issues/4604 https://github.com/tarantool/tarantool/issues/4638 Branch gorcunov/console-fixes-3 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 | 141 ++++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+), 13 deletions(-) create mode 100755 test/app-tap/console_lua.test.lua -- 2.20.1