From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B188620EAF for ; Thu, 19 Apr 2018 05:20:20 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9M_kRU-F7rzm for ; Thu, 19 Apr 2018 05:20:20 -0400 (EDT) Received: from smtp20.mail.ru (smtp20.mail.ru [94.100.179.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 6DA0520EAE for ; Thu, 19 Apr 2018 05:20:20 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 2/2] Fix some sql tests against static types References: <3ae3d572bebb9c966955286f2552488e1090240b.1524128911.git.georgy@tarantool.org> From: Vladislav Shpilevoy Message-ID: <26d6c9a4-f7ee-a15b-f9ce-5498b263fbaa@tarantool.org> Date: Thu, 19 Apr 2018 12:20:18 +0300 MIME-Version: 1.0 In-Reply-To: <3ae3d572bebb9c966955286f2552488e1090240b.1524128911.git.georgy@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org, Georgy Kirichenko LGTM. On 19/04/2018 12:15, Georgy Kirichenko wrote: > Update sql tests > Issue #3102 > --- > test/sql/check-clear-ephemeral.result | 2 +- > test/sql/check-clear-ephemeral.test.lua | 2 +- > test/sql/clear.result | 2 +- > test/sql/clear.test.lua | 2 +- > test/sql/delete-multiple-idx.result | 2 +- > test/sql/delete-multiple-idx.test.lua | 2 +- > test/sql/delete.result | 2 +- > test/sql/delete.test.lua | 2 +- > test/sql/drop-index.result | 2 +- > test/sql/drop-index.test.lua | 2 +- > test/sql/drop-table.result | 2 +- > test/sql/drop-table.test.lua | 2 +- > test/sql/errinj.result | 2 +- > test/sql/errinj.test.lua | 2 +- > test/sql/gh-2929-primary-key.result | 10 +++++----- > test/sql/gh-2929-primary-key.test.lua | 10 +++++----- > test/sql/gh-3199-no-mem-leaks.result | 6 +++--- > test/sql/gh-3199-no-mem-leaks.test.lua | 6 +++--- > test/sql/gh2141-delete-trigger-drop-table.result | 2 +- > test/sql/gh2141-delete-trigger-drop-table.test.lua | 2 +- > test/sql/gh2251-multiple-update.result | 4 ++-- > test/sql/gh2251-multiple-update.test.lua | 4 ++-- > test/sql/gh2808-inline-unique-persistency-check.result | 2 +- > .../gh2808-inline-unique-persistency-check.test.lua | 2 +- > test/sql/insert-unique.result | 2 +- > test/sql/insert-unique.test.lua | 2 +- > test/sql/iproto.result | 6 +++--- > test/sql/iproto.test.lua | 6 +++--- > test/sql/max-on-index.result | 2 +- > test/sql/max-on-index.test.lua | 2 +- > test/sql/misc.result | 2 +- > test/sql/misc.test.lua | 2 +- > test/sql/persistency.result | 10 +++++----- > test/sql/persistency.test.lua | 8 ++++---- > test/sql/select-null.result | 2 +- > test/sql/select-null.test.lua | 2 +- > test/sql/transition.result | 10 +++++----- > test/sql/transition.test.lua | 10 +++++----- > test/sql/update-with-nested-select.result | 2 +- > test/sql/update-with-nested-select.test.lua | 2 +- > test/sql/view.result | 2 +- > test/sql/view.test.lua | 2 +- > 42 files changed, 75 insertions(+), 75 deletions(-) >