Skip to content

test: fix flaky test-net-socket-timeout - #5902

Merged
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:test-flaky-net-socket-timeout
Mar 26, 2016
Merged

test: fix flaky test-net-socket-timeout#5902
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:test-flaky-net-socket-timeout

Conversation

@mscdex

Copy link
Copy Markdown
Contributor

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?

Affected core subsystem(s)

  • test

Description of change

Fixes a flaky test due to short timeouts on slow systems.

Fixes: #5902

Stress test: https://ci.nodejs.org/job/node-stress-single-test/569
CI: https://ci.nodejs.org/job/node-test-pull-request/2064/

@mscdexmscdex added net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests. arm Issues and PRs related to the ARM architecture. labels Mar 25, 2016
@mscdex
mscdexforce-pushed the test-flaky-net-socket-timeout branch from fea5486 to 9d26d1fCompareMarch 25, 2016 16:02
@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

@mscdex

Copy link
Copy Markdown
ContributorAuthor

CI is green except for a couple of unrelated test failures. Stress test passes.

@jasnell

Copy link
Copy Markdown
Member

LGTM

@mscdex
mscdexforce-pushed the test-flaky-net-socket-timeout branch from 9d26d1f to cf87ad5CompareMarch 26, 2016 08:22
Fixes: nodejs#5892
PR-URL: nodejs#5902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mscdex
mscdexforce-pushed the test-flaky-net-socket-timeout branch from cf87ad5 to 8b2e437CompareMarch 26, 2016 08:23
@mscdex
mscdex merged commit 8b2e437 into nodejs:masterMar 26, 2016
@mscdex
mscdex deleted the test-flaky-net-socket-timeout branch March 26, 2016 08:24
evanlucas pushed a commit that referenced this pull request Mar 30, 2016
Fixes: #5892
PR-URL: #5902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
@evanlucasevanlucas mentioned this pull request Mar 31, 2016
evanlucas pushed a commit that referenced this pull request Mar 31, 2016
Fixes: #5892
PR-URL: #5902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 9, 2016
Fixes: #5892
PR-URL: #5902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Apr 11, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

armIssues and PRs related to the ARM architecture.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.

4 participants

@mscdex@bnoordhuis@jasnell@MylesBorins