Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: replace literal with template string | Brant Barger | 2017-10-08 | 1 | -4/+20 |
| | | | | | PR-URL: https://github.com/nodejs/node/pull/15957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> | ||||
* | test: dynamic port in parallel cluster tests | Sebastian Plesciuc | 2017-04-24 | 1 | -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 close | Santiago Gimeno | 2016-05-27 | 1 | -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> |