Commit 78718c4e authored by Nick Craver's avatar Nick Craver

Remove reconfig call for slaving test

parent 8755c93c
...@@ -74,9 +74,6 @@ public async Task DeslaveGoesToPrimary() ...@@ -74,9 +74,6 @@ public async Task DeslaveGoesToPrimary()
primary.MakeMaster(ReplicationChangeOptions.Broadcast | ReplicationChangeOptions.EnslaveSubordinates | ReplicationChangeOptions.SetTiebreaker, Writer); primary.MakeMaster(ReplicationChangeOptions.Broadcast | ReplicationChangeOptions.EnslaveSubordinates | ReplicationChangeOptions.SetTiebreaker, Writer);
// Give the servers a chance to sort themselves
await conn.ReconfigureAsync(false, false, Writer, primary.EndPoint, "Re-analyze after topology change").ConfigureAwait(false);
await Task.Delay(5000).ConfigureAwait(false); await Task.Delay(5000).ConfigureAwait(false);
primary.Ping(); primary.Ping();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment