From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 8E02A4696C3 for ; Tue, 7 Apr 2020 14:13:45 +0300 (MSK) Date: Tue, 7 Apr 2020 14:13:41 +0300 From: Kirill Yukhin Message-ID: <20200407111341.c56cntgndhfnel3x@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3 0/6] Stacked diagnostics List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 06 апр 17:17, Nikita Pettik wrote: > Branch: https://github.com/tarantool/tarantool/commits/np/gh-1148-stacked-diag > Issue: > https://github.com/tarantool/tarantool/issues/1148 > https://github.com/tarantool/tarantool/issues/4829 > > Implementation of stacked diagnostics in Tarantool according to RFC: > https://github.com/tarantool/tarantool/commit/1acd32d98f628431429b427df19caa9d269bb9c8). > Error structure is extended with double linked list; Lua and C interfaces > are provided to interact with it; stacked diagnostics is supported in > IProto protocol and net.box modules. > > Note that patch-set also contains fix of #4829 since some tests rely > on the fact that box.error(err_obj) promotes error to diagnotic area. I've checked your patchset into master. -- Regards, Kirill Yukhin