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 EB07C245E8 for ; Mon, 23 Jul 2018 09:18:57 -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 Q8zjNlDI6NH9 for ; Mon, 23 Jul 2018 09:18:57 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 A09A52017F for ; Mon, 23 Jul 2018 09:18:57 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 1/4] Add test on error during reconfigure References: From: Vladislav Shpilevoy Message-ID: Date: Mon, 23 Jul 2018 16:18:55 +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 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, AKhatskevich Pushed to the master with one minor change: * use util.check_error in storage/storage.test.lua. On 23/07/2018 14:14, AKhatskevich wrote: > In case reconfigure process fails, the node should continue > work properly. > --- > test/lua_libs/util.lua | 24 ++++++++++++++++++++++++ > test/router/router.result | 30 ++++++++++++++++++++++++++++++ > test/router/router.test.lua | 9 +++++++++ > test/storage/storage.result | 39 +++++++++++++++++++++++++++++++++++++++ > test/storage/storage.test.lua | 12 ++++++++++++ > vshard/router/init.lua | 7 +++++++ > vshard/storage/init.lua | 9 +++++++++ > 7 files changed, 130 insertions(+) >