Skip to content

ci: retry flaky tests on Windows Node.js 24#5295

Closed
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:test-windows-node24-retry
Closed

ci: retry flaky tests on Windows Node.js 24#5295
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:test-windows-node24-retry

Conversation

@trivikr

@trivikr trivikr commented May 12, 2026

Copy link
Copy Markdown
Member

This relates to...

Refs: #5177

Rationale

Most of the tracked flaky CI failures are on Windows with Node.js 24. This adds a single retry for those CI test failures only, without changing behavior for other platforms or Node.js versions.

Changes

  • Add one retry for npm test scripts on GitHub Actions when running on Windows with Node.js 24.
  • Keep the retry scoped through the Windows npm script shell setup so existing CI test commands do not need to change.

Features

N/A

Bug Fixes

N/A

Breaking Changes and Deprecations

N/A

Status

Assisted-by: openai:gpt-5.5

@trivikr

trivikr commented May 12, 2026

Copy link
Copy Markdown
Member Author

Setting this to draft, and will keep rebasing for some days.

@codecov-commenter

codecov-commenter commented May 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.25%. Comparing base (df5ded9) to head (7aef4aa).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5295      +/-   ##
==========================================
- Coverage   93.26%   93.25%   -0.01%     
==========================================
  Files         110      110              
  Lines       36547    36547              
==========================================
- Hits        34085    34082       -3     
- Misses       2462     2465       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@trivikr trivikr force-pushed the test-windows-node24-retry branch from 1a74531 to 08e69aa Compare May 12, 2026 03:04
Assisted-by: openai:gpt-5.5
Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
@trivikr trivikr force-pushed the test-windows-node24-retry branch from 08e69aa to 7aef4aa Compare May 12, 2026 03:12
@trivikr trivikr closed this May 12, 2026
@trivikr trivikr deleted the test-windows-node24-retry branch May 12, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants