-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
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.
Description
@nodejs/platform-windows
test-debug-port-from-cmdline.js has been failing repeatedly on 2008 like so:
not ok 136 - test-debug-port-from-cmdline.js
#c:\workspace\iojs+pr+win\nodes\win2008r2\test\parallel\test-debug-port-from-cmdline.js:20
# process._debugProcess(child.pid);
# ^
#Error: Not enough storage is available to process this command.
# at Error (native)
# at ChildProcess.onChildMsg (c:\workspace\iojs+pr+win\nodes\win2008r2\test\parallel\test-debug-port-from-cmdline.js:20:13)
# at emitTwo (events.js:87:13)
# at ChildProcess.emit (events.js:172:7)
# at handleMessage (internal/child_process.js:632:10)
# at Pipe.channel.onread (internal/child_process.js:421:11)
So I followed the instructions @ https://support.microsoft.com/en-us/kb/106167 and increased IRPStackSize
to 9
and now it appears to be passing.
This doesn't seem like an appropriate course of action because we can't advise developers to do this in order to get the test suite to pass. But since I have no idea why this is even required I'm not sure of a better way forward or how to suggest a possible fix.
Metadata
Metadata
Assignees
Labels
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.