Skip to content

Commit

Permalink
Merge #75205
Browse files Browse the repository at this point in the history
75205: roachtest: deflake kv50/rangelookups/relocate r=erikgrinaker a=tbg

Touches #74902.

Backport to 21.2 will close it.

Release note: None


Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Jan 26, 2022
2 parents ae101ea + b4801eb commit d5ed1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func IsExpectedRelocateError(err error) bool {
"descriptor changed",
"unable to remove replica .* which is not present",
"unable to add replica .* which is already present",
"none of the remaining voters .* are legal additions", // https://github.com/cockroachdb/cockroach/issues/74902
"received invalid ChangeReplicasTrigger .* to remove self",
"raft group deleted",
"snapshot failed",
Expand Down

0 comments on commit d5ed1d9

Please sign in to comment.