Commit e1839003 authored by Rich Trott's avatar Rich Trott
Browse files

test: remove common.PORT from parallel tests

`common.PORT` should not be used in parallel tests because another test
may experience a collision with `common.PORT` when using port 0 to get
an open port. This has been observed to result in test failures in CI.

PR-URL: https://github.com/nodejs/node/pull/17410


Reviewed-By: default avatarJon Moss <me@jonathanmoss.me>
Reviewed-By: default avatarColin Ihrig <cjihrig@gmail.com>
Reviewed-By: default avatarLance Ball <lball@redhat.com>
Reviewed-By: default avatarLuigi Pinca <luigipinca@gmail.com>
Reviewed-By: default avatarYuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: default avatarMichael Dawson <michael_dawson@ca.ibm.com>
parent 35c01d84
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment