-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
test: investigate flakiness of parallel/test-async-wrap-getasyncid #13020
Copy link
Copy link
Closed
Labels
armIssues and PRs related to the ARM platform.Issues and PRs related to the ARM platform.flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.Issues and PRs related to the tests.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
armIssues and PRs related to the ARM platform.Issues and PRs related to the ARM platform.flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.Issues and PRs related to the tests.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
mastersmartos15-64++file:
https://github.com/nodejs/node/blob/master/test/parallel/test-async-wrap-getasyncid.js
falakings
TAP output
Hypothesis
Seems like a
net.serversometimes doesn't complete it's creation before the test exits...const server = net.createServer(common.mustCall((socket) => {