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 286A125A62 for ; Thu, 7 Jun 2018 08:22:46 -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 dz3XNunYT8uv for ; Thu, 7 Jun 2018 08:22:46 -0400 (EDT) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 D8F7225A5E for ; Thu, 7 Jun 2018 08:22:45 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 0/3][vshard] Add error messages References: From: Vladislav Shpilevoy Message-ID: <8847c034-49fa-ff23-4ca6-dab1bda9b96f@tarantool.org> Date: Thu, 7 Jun 2018 15:22:43 +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 Hello. Thanks for the patchset! On 06/06/2018 18:57, AKhatskevich wrote: > Branch: https://github.com/tarantool/vshard/tree/kh/gh-100-error-msg-wo-extra-data > Issue: https://github.com/tarantool/vshard/issues/100 > > *** BLURB HERE *** Why do I see this placeholder here? You should write here a short description of the patchset. Please, answer on this email with the description. > > AKhatskevich (3): > Fix test on bucket_transferring error > Refactor error reporting system > Add error messages > > test/misc/check_uuid_on_connect.result | 8 +- > test/router/reroute_wrong_bucket.result | 11 +- > test/router/router.result | 54 +++++--- > test/router/router.test.lua | 4 +- > test/storage/storage.result | 7 +- > test/unit/error.result | 6 +- > test/unit/error.test.lua | 2 +- > vshard/error.lua | 216 +++++++++++++++++++++----------- > vshard/replicaset.lua | 4 +- > vshard/router/init.lua | 10 +- > vshard/storage/init.lua | 39 +++--- > 11 files changed, 231 insertions(+), 130 deletions(-) >