Files
node/tools
Rich Trott 800ce94e5c tools,test: throw if common.PORT used in parallel tests
common.PORT should not be used in parallelized tests. (There can be a
port collision if another tests requests an arbitrary open port from the
operating system and ends up getting common.PORT before a test that uses
common.PORT uses the port.) In such a situation, throw an error.

PR-URL: https://github.com/nodejs/node/pull/17559
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-12-11 19:49:40 -08:00
..
2017-11-30 11:35:45 +01:00
2017-12-09 11:53:54 -05:00
2017-11-27 21:58:07 -05:00
2017-09-03 17:15:27 -04:00
2017-11-18 20:44:17 +01:00
2017-05-29 08:45:00 -07:00
2017-10-29 19:46:43 +01:00
2017-11-16 15:40:42 -08:00