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 46476255D4 for ; Tue, 19 Jun 2018 06:36:25 -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 oKDDvMmxCDcr for ; Tue, 19 Jun 2018 06:36:25 -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 0521C24B52 for ; Tue, 19 Jun 2018 06:36:24 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 1/2] Add test on error during reconfigure References: <489ade011c878e28236afe2792e0eddb1ded75b9.1528566184.git.avkhatskevich@tarantool.org> <1fc9755e-0adc-8a44-4016-dedb7ba557b7@tarantool.org> From: Alex Khatskevich Message-ID: <138b20d3-f812-5827-5a35-1bc44606bca5@tarantool.org> Date: Tue, 19 Jun 2018 13:36:15 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Vladislav Shpilevoy , tarantool-patches@freelists.org > callro never raises (except OOM and usage error). So if here > an error occurs, you will not see it. Same in other places below. Fixed by removing `_ =` > > I understand, but any error is impossible here after box.cfg{}. > Please, move this > injection one line up. > Fixed