Skip to content

Commit

Permalink
Rename TestStatusAfterReplicationRebalanceFail to avoid 'Fail:' searc…
Browse files Browse the repository at this point in the history
…h result (#6244)
  • Loading branch information
bbrks authored and torcolvin committed May 16, 2023
1 parent 3f03e52 commit 9ffc22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest/replicatortest/replicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@ func TestReplicationStatusActions(t *testing.T) {

}

func TestStatusAfterReplicationRebalanceFail(t *testing.T) {
// TestReplicationRebalanceToZeroNodes checks that the replication goes into an unassigned state when there are no nodes available to run replications.
func TestReplicationRebalanceToZeroNodes(t *testing.T) {
base.SetUpTestLogging(t, base.LevelDebug, base.KeyAll)
activeRT, remoteRT, _, teardown := rest.SetupSGRPeers(t)
defer teardown()
Expand Down

0 comments on commit 9ffc22a

Please sign in to comment.