-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Error running tests on HEAD #44804
Copy link
Copy link
Open
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Metadata
Metadata
Assignees
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
v19.0.0-pre, ref-parse HEAD: 87b9a77
Platform
Linux xavier-laptop 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
tests
What steps will reproduce the bug?
I simply forked node, cloned it and then followed the BUILDING.md, respectively:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
All tests should be successfull
What do you see instead?
Some annoying failed tests, logs can be seen here: https://pastebin.com/101XRfEZ
Additional information
My
/etc/hostscontains a line for localhost:I tought that the
ENOTFOUNDwas caused by network condition for some reason, but the failed tests are persisting through company network, home network and mobile network, so...The error is not related to batch-execution of tests as if I run it directly with the command, it fails anyway:
I assume it's the case for other failing tests.