From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 E1591452566 for ; Tue, 5 Nov 2019 15:36:57 +0300 (MSK) From: Vladislav Shpilevoy References: Message-ID: <472f9468-c991-4410-cc15-c35a12b592e7@tarantool.org> Date: Tue, 5 Nov 2019 15:42:47 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 1/1] replication: use empty password by default List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, kostja.osipov@gmail.com Sorry, found a bug in the test. > diff --git a/test/replication/gh-4605-empty-password.result b/test/replication/gh-4605-empty-password.result > new file mode 100644 > index 000000000..ec33c4914 > --- /dev/null > +++ b/test/replication/gh-4605-empty-password.result > @@ -0,0 +1,52 @@ > +test_run:switch('replica_auth') > + | --- > + | - true > + | ... > +i = box.info > + | --- > + | ... > +i.replication[(i.id + 1) % 2].upstream.status == 'follow' or i Other instance's ID is 'i.id % 2 + 1'. I force pushed the fixed test.