-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
win: gc/test-http-client-onerror.js failure in v6.6.0 #8667
Comments
@GeorgeAdams95 do you have any other info about why this would fix the test? Looking at the error, it seems like |
Also is this only failing on win2012? Not on win7 etc? |
@gibfahn I have only tested on win2012, will run some tests on win7 |
ping @gdams |
this is appearing on windows 7 as well. It seems that on certain machines (mainly post win7) |
I don't think that would cause this to fail intermittently though. cc/ @nodejs/platform-windows , any thoughts on what the issue could be here?
|
@gibfahn kill the CI it's running on blank (it didn't build the bindings for the client)
|
Since it's |
And since it's |
@gdams Are you by any chance have those failures on a VM? |
The failures were on a VMware VM |
I could not reproduce those, so I have a wild guess that maybe it is a VM issue. Do you by any chance remember the VMware version? |
I'm afraid we don't have access to the vmware server. Interestingly this only occurred on one of many machines in the vmware farm suggesting that the network config for that machine could be different. I will talk to our infra team to see if I can find out |
Should this remain open? |
Ping @gdams |
Given the lack of a follow-up or a clear reproduction I'm going to close this but feel free to reopen if more information is available or anything has changed. |
I have been observing the following error when running this test script on server 2012:
I believe the problem to be with this section of code in test-http-client-onerror.js
changing hostname to this seeemed to remove the problem for me:
When running the test in a loop, it failed 16/1000 times but with my fix it did not fail once
The text was updated successfully, but these errors were encountered: