From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: imeevma@tarantool.org Subject: [PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua Date: Fri, 9 Nov 2018 20:10:27 +0300 Message-Id: To: tarantool-patches@freelists.org, vdavydov.dev@gmail.com Cc: v.shpilevoy@tarantool.org List-ID: Test sql/iproto.test.lua fails due to its result-file being a bit outdated. Follow up #2618 --- Issue: https://github.com/tarantool/tarantool/issues/2618 Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2618-refresh-result-file test/sql/iproto.result | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sql/iproto.result b/test/sql/iproto.result index 11d9b38..f390a73 100644 --- a/test/sql/iproto.result +++ b/test/sql/iproto.result @@ -673,7 +673,9 @@ cn:execute('select * from test') --- - metadata: - name: ID + type: INTEGER - name: A + type: INTEGER rows: - [1, 11] - [2, 2] -- 2.7.4