File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
plugins/outputs/cloudwatchlogs/internal/pusher Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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.
2423func 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.
116114func TestRecoveryAfterSystemRestart (t * testing.T ) {
117115 heap := NewRetryHeap (& testutil.Logger {})
118116 defer heap .Stop ()
You can’t perform that action at this time.
0 commit comments