-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
test: make parallel/test-bootstrap-modules easier to reason about #23884
Copy link
Copy link
Closed
Labels
flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
node/test/parallel/test-bootstrap-modules.js
Lines 1 to 14 in 5468509
The test uses a magic number that can only be reasonably found empeericaly. That number also changes depending on what CLI parameters are used, or if run with a test harness.
Some suggestions for improvement have been:
Refs: #23876