Skip to content

Conversation

@ALJCepeda
Copy link
Contributor

@ALJCepedaALJCepeda commented Sep 24, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

Reverts: 85827bd
Refs: #4640
Using common.PORT no longer causes other tests to fail

Currently running make -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

Reverts: 85827bd Refs: nodejs#4640 Using `common.PORT` no longer causes other tests to fail
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Sep 24, 2016
@mscdexmscdex added the tls Issues and PRs related to the tls subsystem. label Sep 24, 2016
@lpinca
Copy link
Member

@lpinca
Copy link
Member

LGTM if CI is green.

@ALJCepeda
Copy link
ContributorAuthor

ALJCepeda commented Sep 26, 2016

It seems that most of the builds are failing https://ci.nodejs.org/job/node-test-pull-request/ maybe infrastructure issues still?

@imyller
Copy link
Member

@Trott
Copy link
Member

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

Copy link
Member

@imyllerimyller left a 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

@jasnell
Copy link
Member

LGTM

@jasnelljasnell self-assigned this Oct 6, 2016
jasnell pushed a commit that referenced this pull request Oct 6, 2016
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]>
@jasnell
Copy link
Member

Landed in 647e8e5

@jasnelljasnell closed this Oct 6, 2016
jasnell pushed a commit that referenced this pull request Oct 10, 2016
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]>
Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
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]>
MylesBorins pushed a commit that referenced this pull request Nov 22, 2016
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]>
@MylesBorinsMylesBorins mentioned this pull request Nov 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@ALJCepeda@lpinca@imyller@Trott@jasnell@mscdex@MylesBorins@nodejs-github-bot