-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
cluster: migrate round_robin_handle to internal assert #26047
Conversation
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/20741/ |
Use smaller internal assert module for round_robin_handle.js.
f3a03ff
to
8491298
Compare
OK, this now adds a tiny PTAL. Thanks. Pinging people who approved previously for a re-review: @cjihrig @antsmartian @jasnell @lpinca And pinging folks who had comments that I believe this change now addresses: @mscdex @bnoordhuis |
Still LGTM. |
PR-URL: #26047 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
Use smaller internal assert module for round_robin_handle.js. PR-URL: #26047 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #26047 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
Use smaller internal assert module for round_robin_handle.js. PR-URL: #26047 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
Use smaller internal assert module for round_robin_handle.js.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes