| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@BridgeAR build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/580/pipeline |
Sorry, something went wrong.
|
My local test: > python tools/test.py -j 64 --repeat 64 parallel/test-gc-http-client.js // Before: [02:02|% 100|+ 2|- 62]: Done // After: [01:24|% 100|+ 64|- 0]: Done |
Sorry, something went wrong.
Sorry, something went wrong.
|
stress test: https://ci.nodejs.org/job/node-stress-single-test/1993/ ✔️ |
Sorry, something went wrong.
|
The stress test came out green. |
Sorry, something went wrong.
There was a problem hiding this comment.
Can you wrap this in common.mustCall()?
Sorry, something went wrong.
There was a problem hiding this comment.
We have lots of tests that make sure that server.listen triggers the callback. If that would not hold, hundreds of tests would fail but if you think strongly about it, I'm going to add it.
Sorry, something went wrong.
There was a problem hiding this comment.
@BridgeAR I don't feel strongly about it :)
Sorry, something went wrong.
|
I wrapped the listen call in a mustCall now. New CI https://ci.nodejs.org/job/node-test-pull-request/16567/ |
Sorry, something went wrong.
|
Resumed build https://ci.nodejs.org/job/node-test-pull-request/16572/ |
Sorry, something went wrong.
|
@BridgeAR This needs to be rebased against master to bypass an unfortunate quirk of CI that's affecting some PRs. |
Sorry, something went wrong.
This reduces the total number of requests from 500 to 300 and triggers more requests in parallel. It also moves some function creation out and waits with the first request until the server is listening. Fixes: nodejs#22336
Sorry, something went wrong.
|
CI is green |
Sorry, something went wrong.
This reduces the total number of requests from 500 to 300 and triggers more requests in parallel. It also moves some function creation out and waits with the first request until the server is listening. PR-URL: #22373 Fixes: #22336 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This reduces the total number of requests from 500 to 300 and triggers more requests in parallel. It also moves some function creation out and waits with the first request until the server is listening. PR-URL: #22373 Fixes: #22336 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This reduces the total number of requests from 500 to 300 and triggers more requests in parallel. It also moves some function creation out and waits with the first request until the server is listening. PR-URL: #22373 Fixes: #22336 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
This reduces the total number of requests from 500 to 300 and triggers
more requests in parallel. It also moves some function creation out
and waits with the first request until the server is listening.
Fixes: #22336
@nodejs/testing PTAL
Checklist