Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
70848: roachtest: fix up-replication in `node-status` r=tbg a=cameronnunez

Fixes [cockroachdb#70169](cockroachdb#70169).

This test was failing because it waits for up-replication on a node that was
killed. The up-replication step is unnecessary and has been removed.

Release note: none

Co-authored-by: Cameron Nunez <[email protected]>
  • Loading branch information
craig[bot] and cameronnunez committed Sep 29, 2021
2 parents c2af5b8 + 71e68d2 commit 759c978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/roachtest/tests/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ func runCLINodeStatus(ctx context.Context, t test.Test, c cluster.Cluster) {
c.Stop(ctx, c.Range(1, 3))
c.Start(ctx, c.Range(1, 2))

// Wait for the cluster to come back up.
WaitFor3XReplication(t, db)

waitUntil([]string{
"is_available is_live",
"true true",
Expand Down

0 comments on commit 759c978

Please sign in to comment.