-
Notifications
You must be signed in to change notification settings - Fork 3.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
tests: parallel tests #199
Closed
Closed
Commits on Mar 19, 2019
-
Update
knownBroken
version (#165)PR-URL: #165 Credit: @ljharb Reviewed-By: @zkat Reviewed-By: @aeschright
2Configuration menu - View commit details
-
Copy full SHA for 6b1a9da - Browse repository at this point
Copy the full SHA 6b1a9daView commit details -
outdated: fix rendering for global dependencies (#173)
PR-URL: #173 Fixes: https://npm.community/t/npm-outdated-throw-an-error-cannot-read-property-length-of-undefined/5929 Credit: @zkat Reviewed-By: @aeschright
1Configuration menu - View commit details
-
Copy full SHA for d075471 - Browse repository at this point
Copy the full SHA d075471View commit details -
token: fix otp for create and remove (#175)
PR-URL: #175 Fixes: https://npm.community/t/npm-token-create-doesnt-work-in-6-6-0-6-9-0/6259 Credit: @zkat Reviewed-By: @aeschright
1Configuration menu - View commit details
-
Copy full SHA for e4a1f17 - Browse repository at this point
Copy the full SHA e4a1f17View commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for a163a9c - Browse repository at this point
Copy the full SHA a163a9cView commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for 47b08b3 - Browse repository at this point
Copy the full SHA 47b08b3View commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for d6a956c - Browse repository at this point
Copy the full SHA d6a956cView commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for 10b8bed - Browse repository at this point
Copy the full SHA 10b8bedView commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for e748370 - Browse repository at this point
Copy the full SHA e748370View commit details -
Audrey Eschright committed
Mar 19, 2019 1Configuration menu - View commit details
-
Copy full SHA for 3242fe6 - Browse repository at this point
Copy the full SHA 3242fe6View commit details
Commits on Mar 20, 2019
-
doc: update changelog for npm@6.9.1
Audrey Eschright committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for dcc759c - Browse repository at this point
Copy the full SHA dcc759cView commit details -
Audrey Eschright committed
Mar 20, 2019 3Configuration menu - View commit details
-
Copy full SHA for 199c970 - Browse repository at this point
Copy the full SHA 199c970View commit details
Commits on Jun 26, 2019
-
This fixes a ERR_INVALID_OPT_VALUE error on Node v12
Configuration menu - View commit details
-
Copy full SHA for 1768a48 - Browse repository at this point
Copy the full SHA 1768a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 606458a - Browse repository at this point
Copy the full SHA 606458aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a76a2 - Browse repository at this point
Copy the full SHA d4a76a2View commit details -
Several changes to the test suite to support running tests in parallel, bringing the overall test time down considerably. - Replace all literal 1337 and 1234 ports with a custom per-process port assignment based on the TAP_CHILD_ID environment variable. - Add common.pkg as a per-test working directory instead of polluting __dirname or accidentally reusing the same working directory for multiple tests. - Rework test config handling so that tests don't rely on config setup being run in a particular order. - Remove the npm-registry-couchapp tests, since it (a) relies on CouchDB, (b) is no longer a reliable indicator of registry compatibility, and (c) is already superceded in most cases by tests that use npm-registry-mock. (A test suite that runs against a reference implementation is a thing that should exist, but not here.) - Remove the fake-registry logging when TAP_CHILD_ID is set, since this is extremely hard to make sense of when running multiple tests in parallel. When Node v6 compatibility is dropped in npm v7, we can upgrade to the latest version of tap for a bit more speed, dropping Domains (and the associated deprecation warnings), and a fancier test reporter.
Configuration menu - View commit details
-
Copy full SHA for bec8272 - Browse repository at this point
Copy the full SHA bec8272View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.