You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -395,7 +391,7 @@ public async Task SubscriptionsSurvivePrimarySwitchAsync()
395
391
Log(" IsReplica: "+!server.IsReplica);
396
392
Log(" Type: "+server.ServerType);
397
393
}
398
-
//Skip.Inconclusive("Not enough latency.");
394
+
//Skip.Inconclusive("Not enough latency.");
399
395
}
400
396
Assert.True(sanityCheck,$"B Connection: {TestConfig.Current.FailoverPrimaryServerAndPort} should be a replica");
401
397
Assert.False(bConn.GetServer(TestConfig.Current.FailoverReplicaServerAndPort).IsReplica,$"B Connection: {TestConfig.Current.FailoverReplicaServerAndPort} should be a primary");
0 commit comments