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 68D3629955 for ; Tue, 16 Apr 2019 08:01:39 -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 f_ngKiJ60cvd for ; Tue, 16 Apr 2019 08:01:39 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 47C3220B33 for ; Tue, 16 Apr 2019 08:01:38 -0400 (EDT) Date: Tue, 16 Apr 2019 15:01:31 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] tarantoolctl: remove metatable assumptions in start() Message-ID: <20190416120131.kwpud6kblmsaqzu7@tarantool.org> References: <20190327134014.56676-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190327134014.56676-1-roman.habibov@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: alexander.turenko@tarantool.org Hello, On 27 мар 16:40, Roman Khabibov wrote: > box.cfg{} metatables are uninitialized when start() called > before box.cfg{}. It led to unexpected error. > > Closes #3953 > --- > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3953-tctl > Issue: https://github.com/tarantool/tarantool/issues/3953 I've checked your patch into 1.10, 2.1 and master branches. -- Regards, Kirill Yukhin