[Tarantool-patches] [PATCH v2 4/4] test: stabilize quorum test conditions

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Nov 24 18:54:13 MSK 2019


Thanks for the patch!

> diff --git a/test/replication/quorum.result b/test/replication/quorum.result
> index ff5fa0150..939ce1e00 100644
> --- a/test/replication/quorum.result
> +++ b/test/replication/quorum.result
> @@ -64,6 +68,10 @@ box.info.ro -- true
>  ---
>  - true
>  ...
> +test_run:wait_cond(function() return box.space.test ~= nil end, 20)

Why do you need the second wait for the same condition?
box.space.test was not dropped before this line, it should
still exist.

The same about all the similar checks for space.test.


More information about the Tarantool-patches mailing list