Tweak TestJetStreamClusterMetaSnapshotsMultiChange and TestJetStreamClusterStreamUpdateSyncBug

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2023-08-30 15:34:15 +01:00
parent 7f884062d1
commit 8d194e8bf9
2 changed files with 8 additions and 0 deletions

View File

@@ -3317,6 +3317,7 @@ func TestJetStreamClusterStreamUpdateSyncBug(t *testing.T) {
c.waitOnAllCurrent()
nsl = c.restartServer(nsl)
c.waitOnStreamLeader("$G", "TEST")
c.waitOnStreamCurrent(nsl, "$G", "TEST")
mset, _ = nsl.GlobalAccount().lookupStream("TEST")