[Tarantool-patches] [PATCH v1] test: fix status at replication/misc*4424* test
Kirill Yukhin
kyukhin at tarantool.org
Wed Sep 9 14:44:44 MSK 2020
Hello,
On 03 сен 17:10, Alexander V. Tikhonov wrote:
> Fixed flaky status check:
>
> [016] @@ -73,11 +73,11 @@
> [016] ...
> [016] box.info.status
> [016] ---
> [016] -- running
> [016] +- orphan
> [016] ...
> [016] box.info.ro
> [016] ---
> [016] -- false
> [016] +- true
> [016] ...
> [016] box.cfg{ \
> [016] replication = {}, \
> [016]
>
> Test changed to use wait condition for the status check, which should
> be changed from 'orphan' to 'running'. On heavy loaded hosts it may
> spend some additional time, wait condition routine helped to fix it.
>
> Closes #5271
> ---
>
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4940-replication-misc
> Issue: https://github.com/tarantool/tarantool/issues/5271
LGTM.
I've checked your patch into 1.10, 2.4, 2.5 and master.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list