summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-server-restart-rr.js
Commit message (Collapse)AuthorAgeFilesLines
* test: replace literal with template stringBrant Barger2017-10-081-4/+20
| | | | | PR-URL: https://github.com/nodejs/node/pull/15957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
* test: dynamic port in parallel cluster testsSebastian Plesciuc2017-04-241-2/+2
| | | | | | | | | | | | | | | Removed common.PORT from test-cluster-message, test-cluster-server-restart-none, test-cluster-server-restart-rr and test-cluster-shared-handle-bind-error to eliminate the possibility that a dynamic port used in another test will collide with common.PORT. PR-URL: https://github.com/nodejs/node/pull/12584 Ref: https://github.com/nodejs/node/issues/12376 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
* cluster: reset handle index on closeSantiago Gimeno2016-05-271-0/+37
It allows reopening a server after it has been closed. Fixes: https://github.com/nodejs/node/issues/6693 PR-URL: https://github.com/nodejs/node/pull/6981 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ron Korving <ron@ronkorving.nl> Reviewed-By: James M Snell <jasnell@gmail.com>