[Tarantool-patches] [PATCH 1/2] replication: don't drop admin super privileges

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Nov 5 15:40:49 MSK 2019


Sorry, found a bug in the test.

> diff --git a/test/replication/gh-4606-admin-creds.result b/test/replication/gh-4606-admin-creds.result
> new file mode 100644
> index 000000000..de882b34c
> --- /dev/null
> +++ b/test/replication/gh-4606-admin-creds.result
> @@ -0,0 +1,63 @@
> +test_run:switch('replica_auth')
> + | ---
> + | - true
> + | ...
> +i = box.info
> + | ---
> + | ...
> +i.replication[(i.id + 1) % 2].upstream.status == 'follow' or i

Actually, ID of the other instance is 'i.id % 2 + 1'.

I force pushed the fixed test.


More information about the Tarantool-patches mailing list