Skip to content

[backport 3.24] fix: don't fail integration test jobs on artifact upload errors (#3296)#3325

Open
Stringy wants to merge 1 commit intorelease-3.24from
giles/fix-store-artifacts-release-3.24
Open

[backport 3.24] fix: don't fail integration test jobs on artifact upload errors (#3296)#3325
Stringy wants to merge 1 commit intorelease-3.24from
giles/fix-store-artifacts-release-3.24

Conversation

@Stringy
Copy link
Copy Markdown
Collaborator

@Stringy Stringy commented May 5, 2026

Backport of #3296

The Store artifacts step uploads debug logs for human inspection
but is not consumed by any downstream job. Network errors
(ECONNRESET) during upload were causing passing test runs to be
marked as failed — 9 false positives in the last week alone.

Test failures still fail the job via the Run Tests step.
@Stringy Stringy requested a review from a team as a code owner May 5, 2026 11:42
@Stringy Stringy changed the title fix: don't fail integration test jobs on artifact upload errors (#3296) [backport 3.24] fix: don't fail integration test jobs on artifact upload errors (#3296) May 5, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 27.38%. Comparing base (274e73b) to head (0486ace).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-3.24    #3325   +/-   ##
=============================================
  Coverage         27.38%   27.38%           
=============================================
  Files                95       95           
  Lines              5427     5427           
  Branches           2548     2548           
=============================================
  Hits               1486     1486           
  Misses             3214     3214           
  Partials            727      727           
Flag Coverage Δ
collector-unit-tests 27.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Molter73 Molter73 added build-builder-image rebuild-test-container Rebuild the collector-tests container. labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build-builder-image rebuild-test-container Rebuild the collector-tests container.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants