-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test: deflake test-config-file #58799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Port 9229 may already be used by another process. Use a random available one.
Review requested:
|
This fixes
|
I also think that this test node/test/parallel/test-config-file.js Lines 363 to 381 in af66574
Should be moved to sequential or use a temporary directory as it cannot be run in parallel ( |
Allow the test to be run in parallel. Refs: nodejs#58799 (comment)
PTAL, I've added a new a commit to address my previous comment. |
Allow the test to be run in parallel. Refs: nodejs#58799 (comment)
6e1d0c0
to
8bfd35b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58799 +/- ##
==========================================
+ Coverage 90.07% 90.08% +0.01%
==========================================
Files 640 640
Lines 188287 188262 -25
Branches 36909 36912 +3
==========================================
- Hits 169599 169598 -1
+ Misses 11410 11397 -13
+ Partials 7278 7267 -11 🚀 New features to boost your workflow:
|
Landed in ac540c0...100c6da |
Port 9229 may already be used by another process. Use a random available one. PR-URL: #58799 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
Allow the test to be run in parallel. Refs: #58799 (comment) PR-URL: #58799 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
test: deflake test-config-file
Port 9229 may already be used by another process. Use a random
available one.
test: save the config file in a temporary directory
Allow the test to be run in parallel.
Refs: #58799 (comment)