Skip to content

Conversation

@arturgvieira-zz
Copy link

@arturgvieira-zzarturgvieira-zz commented May 9, 2017

Replaced common.PORT with zero in the following test.
test-https-connect-address-family.js

Refs: #12376

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test https

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 9, 2017
@mscdexmscdex added the https Issues or PRs related to the https subsystem. label May 9, 2017
@mscdex
Copy link
Contributor

Replaced common.PORT with zero in the following test. test-https-connect-address-family.js Refs: #12376
@arturgvieira-zzarturgvieira-zz changed the title test: replace common.PORT with zerotest: replace port in https address family testMay 10, 2017
@lpinca
Copy link
Member

lpinca pushed a commit to lpinca/node that referenced this pull request May 12, 2017
Remove common.PORT from test-https-connect-address-family to eliminate possibility that a dynamic port used in another test will collide with common.PORT. PR-URL: nodejs#12915 Ref: nodejs#12376 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@lpinca
Copy link
Member

Landed in 56812c8.

@lpincalpinca closed this May 12, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Remove common.PORT from test-https-connect-address-family to eliminate possibility that a dynamic port used in another test will collide with common.PORT. PR-URL: nodejs#12915 Ref: nodejs#12376 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
MylesBorins pushed a commit that referenced this pull request Jun 22, 2017
Remove common.PORT from test-https-connect-address-family to eliminate possibility that a dynamic port used in another test will collide with common.PORT. PR-URL: #12915 Ref: #12376 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2017
Remove common.PORT from test-https-connect-address-family to eliminate possibility that a dynamic port used in another test will collide with common.PORT. PR-URL: #12915 Ref: #12376 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 18, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@arturgvieira-zz@mscdex@lpinca@thefourtheye@cjihrig@hiroppy@gibfahn@MylesBorins@nodejs-github-bot@vieiraarturg