Skip to content

Commit 334acdf

Browse files
committed
docs(pusher): Remove internal ticket references from test comments
🤖 Assisted by AI
1 parent c1e1944 commit 334acdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/outputs/cloudwatchlogs/internal/pusher/retryheap_recovery_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
// TestRecoveryWhenPermissionGrantedDuringRetry validates that when PLE permissions
2121
// are missing initially but granted while retry is ongoing, the system recovers
2222
// and successfully publishes logs.
23-
// This test addresses CWQS-3192 requirement 1.
2423
func TestRecoveryWhenPermissionGrantedDuringRetry(t *testing.T) {
2524
heap := NewRetryHeap(&testutil.Logger{})
2625
defer heap.Stop()
@@ -112,7 +111,6 @@ func TestRecoveryWhenPermissionGrantedDuringRetry(t *testing.T) {
112111

113112
// TestRecoveryAfterSystemRestart validates that when the system restarts with
114113
// retry ongoing, it resumes correctly by loading state and continuing retries.
115-
// This test addresses CWQS-3192 requirement 2.
116114
func TestRecoveryAfterSystemRestart(t *testing.T) {
117115
heap := NewRetryHeap(&testutil.Logger{})
118116
defer heap.Stop()

0 commit comments

Comments
 (0)