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 129B946970E for ; Wed, 18 Dec 2019 00:56:31 +0300 (MSK) References: <20191212212543.37466-1-maria.khaydich@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Tue, 17 Dec 2019 22:56:29 +0100 MIME-Version: 1.0 In-Reply-To: <20191212212543.37466-1-maria.khaydich@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH] box: replication shouldn't leak user password List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria , tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Hi! Thanks for the patch! > diff --git a/test/box/load_cfg.test.lua b/test/box/load_cfg.test.lua > new file mode 100644 > index 000000000..e0c3b361b > --- /dev/null > +++ b/test/box/load_cfg.test.lua Please, move the test to box/cfg.test.lua.