Skip to content

Commit

Permalink
Merge pull request #120345 from nvanbenschoten/backport23.1-110376
Browse files Browse the repository at this point in the history
release-23.1: roachtest: fix logic for exact replication
  • Loading branch information
nvanbenschoten authored Mar 12, 2024
2 parents e0cb7ed + d64bed3 commit c239d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func WaitForReplication(
var compStr string
switch waitForReplicationType {
case exactlyReplicationFactor:
compStr = "="
compStr = "!="
case atLeastReplicationFactor:
compStr = "<"
default:
Expand Down

0 comments on commit c239d52

Please sign in to comment.