-
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
Intermittent parallel/test-http-regr-gh-2821 failure on V6.9.2 (Windows) #10286
Comments
@nodejs/platform-windows |
FWIW, there is at least one existing "tolerate ECONNRESET on Windows" workarounds in our tests: node/test/parallel/test-child-process-fork-regr-gh-2847.js Lines 18 to 24 in eceef76
If the cause gets sorted out for this file, maybe the workaround can be removed from that one. |
@Akpotohwo are you running the tests inside a virtual machine? |
@bzoz Yes I am |
That could be related to a bug in virtualbox 5.0.28 and 5.1.8: https://www.virtualbox.org/ticket/16084. Also you can try this: https://support.microsoft.com/en-us/help/981344/an-application-may-receive-the-10054-error-when-the-application-receives-data-from-a-connection-on-a-computer-that-is-running-windows-7-or-windows-server-2008-r2-if-a-tdi-filter-driver-is-installed |
Another sighting: #12621 (comment)
FWIW https://ci.nodejs.org/job/node-test-binary-windows/8042/RUN_SUBSET=1,VS_VERSION=vcbt2015,label=win10/ (I don't know how long there are cached) |
@refack that looks like a different test ( |
As far as I recall the underlying problem was suggested to be the same #3635 (comment) |
According to the explanation in nodejs#3635#issuecomment-157714683 And as a continuation to nodejs#5422 we also ignore EMFILE "No more file descriptors are available,so no more files can be opened" PR-URL: nodejs#12698 Fixes: nodejs#10286 Refs: nodejs#3635 (comment) Refs: nodejs#5178 Refs: nodejs#5179 Refs: nodejs#4005 Refs: nodejs#5121 Refs: nodejs#5422 Refs: nodejs#12621 (comment) Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
According to the explanation in #3635#issuecomment-157714683 And as a continuation to #5422 we also ignore EMFILE "No more file descriptors are available,so no more files can be opened" PR-URL: #12698 Fixes: #10286 Refs: #3635 (comment) Refs: #5178 Refs: #5179 Refs: #4005 Refs: #5121 Refs: #5422 Refs: #12621 (comment) Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
I don't think #12698 fixed this, as @gireeshpunathil mentions in #3635 (comment) , there are three errors, #12698 fixes the |
This test no longer exists. (It has probably been renamed.) Closing. |
Version: 6.9.2
Platform: 32-bit (Win2012)
We're seeing this failure intermittently on Windows.
The text was updated successfully, but these errors were encountered: