[Tarantool-patches] [PATCH 1/1] replication: use empty password by default

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Nov 5 15:42:47 MSK 2019


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.


More information about the Tarantool-patches mailing list