-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Test failing InspectorSocketServerTest.ServerCannotStart #25353
Comments
I modified following line to pass stderr and set Received following output. Looks like 2 servers did get started. On same ports as well.
|
Ran into the same failure when I ran
I followed @prabodh1194 's edits and had following Test output:
Cannot figure out why at the moment. |
@nodejs/inspector |
Also happening:
|
If I edit the failing test to make it virtually pass, I have those tests that also fail with the same
|
Hi @prabodh1194 I wanted to look into this issue but wasn't able to reproduce it (I tried Node 18.20.2, 20.12.2, and 22.0.0). Do you think this can be closed now? |
I'm not impacted by these issues anymore go sure. So it's a go ahead for me. |
Hi,
I'm trying to setup node development environment in "Window's Ubuntu subsystem". Make completes successfully. However, there is one failing test:
I've run following set of steps:
The text was updated successfully, but these errors were encountered: