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 D8C0D27900 for ; Wed, 1 Aug 2018 07:07:41 -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 s5XLQZfQBWUD for ; Wed, 1 Aug 2018 07:07:41 -0400 (EDT) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 89F51277A8 for ; Wed, 1 Aug 2018 07:07:41 -0400 (EDT) From: Olga Arkhangelskaia Subject: [tarantool-patches] [PATCH v2 0/2] logger non inf error Date: Wed, 1 Aug 2018 14:07:08 +0300 Message-Id: <20180801110710.10292-1-arkholga@tarantool.org> 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 Cc: Olga Arkhangelskaia Fix non-informative error messages in logger and added some tests to keep logger safe for usage. Olga Arkhangelskaia (2): Fixed non-informative error messages for log conf. box-tap: test to check logger invalid config. src/box/box.cc | 66 ++++++++++++++++++++++++++++++----------------- src/say.c | 5 ++-- test/box-tap/cfg.test.lua | 7 +++-- 3 files changed, 50 insertions(+), 28 deletions(-) -- https://github.com/tarantool/tarantool/issues/3553 https://github.com/tarantool/tarantool/tree/OKriw/gh-3553-non-inf-error v1: https://www.freelists.org/post/tarantool-patches/PATCH-01-Fixed-noninformative-error-messages-for-log-conf Changes in v2: - added tests - changed the way of checks, now all checks is left in box - added re-usage of some checks 2.14.3 (Apple Git-98)