Skip to content

Conversation

@lpinca
Copy link
Member

@lpinca lpinca commented Jan 23, 2026

Split and simplify the tests into individual files.

Refs: #61433

Split and simplify the tests into individual files.

Refs: nodejs#61433
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jan 23, 2026
skipIfNoWatch();

// if (common.isSunOS)
// common.skip('`fs.watch()` is not reliable on SunOS.');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be replaced with entries in test/parallel/parallel.status but I can't find a tracking issue.

Comment on lines +27 to +28
// Do the write with a delay to ensure that the OS is ready to notify us. See
// https://github.com/nodejs/node/issues/52601.
Copy link
Member Author

@lpinca lpinca Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if the delay is needed only on macOS. If so, it would be better to conditionally delay writing using common.isMacOS to avoid wasting time on other platforms.

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.80%. Comparing base (5d39030) to head (1e4653b).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #61494      +/-   ##
==========================================
- Coverage   89.82%   89.80%   -0.02%     
==========================================
  Files         667      672       +5     
  Lines      203693   203907     +214     
  Branches    39163    39197      +34     
==========================================
+ Hits       182963   183124     +161     
- Misses      13061    13119      +58     
+ Partials     7669     7664       -5     

see 41 files with indirect coverage changes

🚀 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants