Skip to content

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

Merged
Stringy merged 1 commit intorelease-3.23from
giles/fix-store-artifacts-release-3.23
May 6, 2026
Merged

[backport 3.23] fix: don't fail integration test jobs on artifact upload errors (#3296)#3326
Stringy merged 1 commit intorelease-3.23from
giles/fix-store-artifacts-release-3.23

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:43
@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.61%. Comparing base (2c961d6) to head (9d4c278).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-3.23    #3326   +/-   ##
=============================================
  Coverage         27.61%   27.61%           
=============================================
  Files                96       96           
  Lines              5424     5424           
  Branches           2523     2523           
=============================================
  Hits               1498     1498           
  Misses             3214     3214           
  Partials            712      712           
Flag Coverage Δ
collector-unit-tests 27.61% <ø> (ø)

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
@Stringy Stringy merged commit 3dedf92 into release-3.23 May 6, 2026
106 of 121 checks passed
@Stringy Stringy deleted the giles/fix-store-artifacts-release-3.23 branch May 6, 2026 13:04
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