-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
npm-test-install #6736
Copy link
Copy link
Closed
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Metadata
Metadata
Assignees
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Sorry if this has been discussed elsewhere but I've not found an open issue that sounds related. Over the last couple of days when I run the check-in tests (make test) I get failures with:
=== release test-npm-install === Path: parallel/test-npm-install assert.js:90 throw new assert.AssertionError({ ^ AssertionError: npm install should run without an error at ChildProcess.handleExit (/home/mhdawson/pulls/land/stress/node/test/parallel/test-npm-install.js:43:10) at ChildProcess. (/home/mhdawson/pulls/land/stress/node/test/common.js:394:15) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12) Command: out/Release/node /home/mhdawson/pulls/land/stress/node/test/parallel/test-npm-install.js make: *** [test] Error 1Anybody else seeing this ?