| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fixes: nodejs#64869 Signed-off-by: islandryu <shimaryuhei@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #65020 +/- ##
==========================================
+ Coverage 90.04% 90.14% +0.10%
==========================================
Files 713 751 +38
Lines 224950 252648 +27698
Branches 42530 47542 +5012
==========================================
+ Hits 202548 227754 +25206
- Misses 14188 16182 +1994
- Partials 8214 8712 +498
... and 461 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
I have a suggestion for the test: it passes on an unpatched build under SCHED_RR (the POSIX default), so it wouldn't catch a regression on Linux/macOS. The PR fixes behavior with SCHED_NONE, so could the tests cover both SCHED_RR and SCHED_NONE policies regardless of the OS?
Sorry, something went wrong.
There was a problem hiding this comment.
Good catch! I've covered both policies.
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #64869
Prevent an assertion error in child.js when a worker attempts to listen twice on the same port by detecting duplicate handle registrations in the primary process.