-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
test: remove FIXME pummel/test-tls-securepair-client #8757
Conversation
Reverts: 85827bd Refs: nodejs#4640 Using `common.PORT` no longer causes other tests to fail
LGTM if CI is green. |
It seems that most of the builds are failing https://ci.nodejs.org/job/node-test-pull-request/ maybe infrastructure issues still? |
Note that pummel tests are not run in CI, so the CI is basically only valuable for the linting in this case. Test seems to work as expected with the change, so LGTM. /cc @bnoordhuis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test works as expected
LGTM |
Reverts: 85827bd Using `common.PORT` no longer causes other tests to fail Refs: #4640 PR-URL: #8757 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in 647e8e5 |
Reverts: 85827bd Using `common.PORT` no longer causes other tests to fail Refs: #4640 PR-URL: #8757 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Reverts: 85827bd Using `common.PORT` no longer causes other tests to fail Refs: #4640 PR-URL: #8757 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Reverts: 85827bd Using `common.PORT` no longer causes other tests to fail Refs: #4640 PR-URL: #8757 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
Description of change
Reverts: 85827bd
Refs: #4640
Using
common.PORT
no longer causes other tests to failCurrently runningmake -j4 test
returns errors for parallel/test-internal-modules and parallel/test-repl but that seems to be unrelated to this pull request.It seems that there's something unusual going on with the VM I use to build