-
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
test: run pipeline flood test in parallel #3811
Conversation
LGTM |
LGTM if CI is green |
hmm... well, appears that there are still CI issues ongoing. Will get another run in as soon as things clear up |
https://ci.nodejs.org/job/node-test-pull-request/717/ had everything work except buildbot failures on Windows and ARM. Here's Windows re-run: https://ci.nodejs.org/job/node-test-commit-windows-fanned/299/ And ARM: https://ci.nodejs.org/job/node-test-commit-arm-fanned/499/ |
+1. I'm going to go ahead and land. |
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Landed in 3fea3cb |
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #3811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Move
test-http-pipeline-flood.js
fromtest/sequential/
totest/parallel
.R: @bnoordhuis