[Tarantool-patches] [PATCH 1/1] test: fix flaky replication/gh-* tests

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Nov 28 01:30:59 MSK 2019


Hi!

On 27/11/2019 00:49, Alexander Turenko wrote:
> There are more such tests, let's check it youself:
> 
> $ diff -u \
>   <(grep -R cleanup_cluster    test/replication/*.test.lua | cut -d: -f1 | sort -u) \
>   <(grep -R rpl_master=default test/replication/*.test.lua | cut -d: -f1 | sort -u) \
>   | grep ^[+-]test
> 
> +test/replication/consistent.test.lua

This test is disabled. It makes no sense to change it now, if it
is broken anyway.

> +test/replication/errinj.test.lua
> +test/replication/transaction.test.lua

Yes, these ones lack cluster cleanup.

> +test/replication/gh-4402-info-errno.test.lua
> +test/replication/gh-4605-empty-password.test.lua
> +test/replication/gh-4606-admin-creds.test.lua

These three I fixed in my patch.

But whatever. Seems like you have already committed your
fix, so there is nothing to discuss.


More information about the Tarantool-patches mailing list