Skip to content

telemetry: retry flow-ingest e2e on connection reset#3230

Merged
snormore merged 1 commit intomainfrom
snor/fix-flow-ingest-e2e-retry-connection-reset
Mar 10, 2026
Merged

telemetry: retry flow-ingest e2e on connection reset#3230
snormore merged 1 commit intomainfrom
snor/fix-flow-ingest-e2e-retry-connection-reset

Conversation

@snormore
Copy link
Contributor

Summary

  • Add connection reset to the retryable error patterns in isRetryableContainerStartErr, fixing a test flake where the Redpanda container image pull fails with connection reset by peer from the registry

Testing Verification

  • Verified the new pattern matches the exact error string from the flaky CI run

The isRetryableContainerStartErr helper was missing "connection reset"
errors, causing transient registry failures (connection reset by peer)
to immediately fail the test instead of retrying.
@snormore snormore enabled auto-merge (squash) March 10, 2026 20:20
@snormore snormore merged commit 0ba0a08 into main Mar 10, 2026
30 of 31 checks passed
@snormore snormore deleted the snor/fix-flow-ingest-e2e-retry-connection-reset branch March 10, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants