[Tarantool-patches] [PATCH v1] test: flaky replication/gh-3704-misc-*

Kirill Yukhin kyukhin at tarantool.org
Tue Sep 15 17:59:21 MSK 2020


Hello,

On 11 сен 11:56, Alexander V. Tikhonov wrote:
> On heavy loaded hosts found the following issue:
> 
>   [037] --- replication/gh-3704-misc-replica-checks-cluster-id.result	Thu Sep 10 18:05:22 2020
>   [037] +++ replication/gh-3704-misc-replica-checks-cluster-id.reject	Fri Sep 11 11:09:38 2020
>   [037] @@ -25,7 +25,7 @@
>   [037]  ...
>   [037]  box.info.replication[2].downstream.status
>   [037]  ---
>   [037] -- follow
>   [037] +- stopped
>   [037]  ...
>   [037]  -- change master's cluster uuid and check that replica doesn't connect.
>   [037]  test_run:cmd("stop server replica")
> 
> It happened because replication downstream status check occurred too
> early, when it was only in 'stopped' state. To give the replication
> status check routine ability to reach the needed 'follow' state, it
> need to wait for it using test_run:wait_downstream() routine.
> 
> Closes #5293
> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-5293-fix-3704
> Issue: https://github.com/tarantool/tarantool/issues/5293

I've checked your patch into 2.4, 2.5 and master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list