Update store_ec_recovery_test.go

This commit is contained in:
Chris Lu
2026-01-23 16:38:36 -08:00
parent d664ca5ed3
commit 25a4691135

View File

@@ -416,7 +416,7 @@ func TestRecoverOneRemoteEcShardInterval_BuggyMaxShardCount(t *testing.T) {
t.Errorf("Expected buggy logic to count 27 shards, got %d", buggyAvailableCount)
}
t.Logf("Corrected code: %d shards (correct, insufficient)", len(availableShards))
t.Logf("Buggy code would have counted: %d shards (incorrect, falsely sufficient)", buggyAvailableCount)
t.Logf("Corrected code: %d shards (correct, insufficient)", len(availableShards))
t.Logf("Buggy code would have counted: %d shards (incorrect, falsely sufficient)", buggyAvailableCount)
t.Logf("Missing shards: %v", missingShards)
}