FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix flaky test-repl by mscdex · Pull Request #5914 · nodejs/node · GitHub

/ node Public

test: fix flaky test-repl - #5914

Merged
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:test-flaky-repl
Mar 30, 2016
Merged

test: fix flaky test-repl#5914
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:test-flaky-repl

Conversation

mscdex commented Mar 26, 2016

Copy link
Copy Markdown
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

  • 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 on ARM due to too short of a timeout. Example failure: https://ci.nodejs.org/job/node-test-binary-arm/1494/RUN_SUBSET=3,nodes=pi1-raspbian-wheezy/console
CI: https://ci.nodejs.org/job/node-test-pull-request/2075/
Stress test: https://ci.nodejs.org/job/node-stress-single-test/572/

mscdex added repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests. arm Issues and PRs related to the ARM architecture. labels Mar 26, 2016

Copy link
Copy Markdown
Member

What about just removing the timeout?

mscdex force-pushed the test-flaky-repl branch 2 times, most recently from 4b84e7a to db35809 Compare March 26, 2016 15:20

mscdex commented Mar 26, 2016

Copy link
Copy Markdown
Contributor Author

@santigimeno Done.

Copy link
Copy Markdown
Member

mscdex commented Mar 26, 2016

Copy link
Copy Markdown
Contributor Author

@santigimeno Done.

Copy link
Copy Markdown
Member

LGTM is CI is happy

cjihrig commented Mar 26, 2016

Copy link
Copy Markdown
Contributor

LGTM

mscdex commented Mar 26, 2016

Copy link
Copy Markdown
Contributor Author

PR-URL: nodejs#5914
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
mscdex merged commit ef6c4c6 into nodejs:master Mar 30, 2016
mscdex deleted the test-flaky-repl branch March 30, 2016 19:48
evanlucas pushed a commit that referenced this pull request Mar 31, 2016
PR-URL: #5914
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
evanlucas pushed a commit that referenced this pull request Mar 31, 2016
PR-URL: #5914
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 9, 2016
PR-URL: #5914
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins mentioned this pull request Apr 11, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arm Issues and PRs related to the ARM architecture. repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL