Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Oct 4, 2016

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

test net

Description of change

The test timed out on Windows in CI. Made the following changes:

  • reduced total connections from 200 to 20
  • var -> const
  • string concatenation -> templates
  • assert.equal -> assert.strictEqual

/cc @nodejs/testing

@TrottTrott added net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests. labels Oct 4, 2016
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Oct 4, 2016
@Trott
Copy link
MemberAuthor

Trott commented Oct 4, 2016

Copy link
Member

@santigimenosantigimenoOct 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe wrap the callback with common.mustCall(function(){}, N/2) and remove the count variable as it's not being used except for the debug log. Also, I would probably remove the logs from the code.

@santigimeno
Copy link
Member

LGTM with one suggestion.

CI looks green except from one unrelated known flaky test.

The test timed out on Windows in CI. Made the following changes: * reduced total connections from 200 to 20 * var -> const * string concatenation -> templates * assert.equal -> assert.strictEqual
@Trott
Copy link
MemberAuthor

Trott commented Oct 5, 2016

CI with changes per nits from santigimeno: https://ci.nodejs.org/job/node-test-pull-request/4398/

@Trott
Copy link
MemberAuthor

Trott commented Oct 5, 2016

Copy link
Member

@santigimenosantigimeno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@lpincalpinca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jasnell
Copy link
Member

CI failure on windows looks unrelated

jasnell pushed a commit that referenced this pull request Oct 6, 2016
The test timed out on Windows in CI. Made the following changes: * reduced total connections from 200 to 20 * var -> const * string concatenation -> templates * assert.equal -> assert.strictEqual PR-URL: #8931 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@jasnell
Copy link
Member

Landed in eff6205

@jasnelljasnell closed this Oct 6, 2016
jasnell pushed a commit that referenced this pull request Oct 10, 2016
The test timed out on Windows in CI. Made the following changes: * reduced total connections from 200 to 20 * var -> const * string concatenation -> templates * assert.equal -> assert.strictEqual PR-URL: #8931 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
The test timed out on Windows in CI. Made the following changes: * reduced total connections from 200 to 20 * var -> const * string concatenation -> templates * assert.equal -> assert.strictEqual PR-URL: #8931 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
MylesBorins pushed a commit that referenced this pull request Nov 18, 2016
The test timed out on Windows in CI. Made the following changes: * reduced total connections from 200 to 20 * var -> const * string concatenation -> templates * assert.equal -> assert.strictEqual PR-URL: #8931 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Nov 22, 2016
@TrottTrott deleted the max-conn branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

netIssues and PRs related to the net subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@santigimeno@jasnell@lpinca@MylesBorins@nodejs-github-bot