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 2EC312529C for ; Wed, 6 Jun 2018 11:57:34 -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 BW6YREgPfzFV for ; Wed, 6 Jun 2018 11:57:34 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 822E62527B for ; Wed, 6 Jun 2018 11:57:33 -0400 (EDT) From: AKhatskevich Subject: [tarantool-patches] [PATCH 0/3][vshard] Add error messages Date: Wed, 6 Jun 2018 18:57:11 +0300 Message-Id: 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, v.shpilevoy@tarantool.org 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 *** 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(-) -- 2.14.1