From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] [PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua References: From: Vladislav Shpilevoy Message-ID: <09ccde96-041b-1c84-384d-42571c09583c@tarantool.org> Date: Fri, 9 Nov 2018 21:36:32 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: imeevma@tarantool.org, tarantool-patches@freelists.org, vdavydov.dev@gmail.com List-ID: Hi! Thanks for the patch! Pushed to 2.1. On 09/11/2018 20:10, imeevma@tarantool.org wrote: > 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] >