diff --git a/rest/replicatortest/replicator_test.go b/rest/replicatortest/replicator_test.go index ac6701dcca..e829fa1f61 100644 --- a/rest/replicatortest/replicator_test.go +++ b/rest/replicatortest/replicator_test.go @@ -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()