[tarantool-patches] [PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Nov 9 21:36:32 MSK 2018


Hi! Thanks for the patch! Pushed to 2.1.

On 09/11/2018 20:10, imeevma at 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]
> 



More information about the Tarantool-patches mailing list