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 151F62AC1A for ; Thu, 28 Mar 2019 04:59:16 -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 UcYDxX2o4DEe for ; Thu, 28 Mar 2019 04:59:15 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 B00F92AC10 for ; Thu, 28 Mar 2019 04:59:15 -0400 (EDT) Date: Thu, 28 Mar 2019 11:59:13 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH] tarantoolctl: remove metatable assumptions in start() Message-ID: <20190328085913.GC7457@chai> References: <20190327134014.56676-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 * Roman Khabibov [19/03/27 16:45]: > box.cfg{} metatables are uninitialized when start() called > before box.cfg{}. It led to unexpected error. I don't understand this fix and how it closes the bug. Could you please explain? AFAICS the test case in the bug declares a local variable 'cfg'. How does this conflict with box.cfg metatables? -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov