Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix flaky test-repl #5914

Merged
merged 1 commit into from
Mar 30, 2016
Merged

test: fix flaky test-repl #5914

merged 1 commit into from
Mar 30, 2016

Conversation

mscdex
Copy link
Contributor

@mscdex mscdex commented Mar 26, 2016

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 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 platform. labels Mar 26, 2016
@santigimeno
Copy link
Member

What about just removing the timeout?

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

mscdex commented Mar 26, 2016

@santigimeno Done.

@mscdex
Copy link
Contributor Author

mscdex commented Mar 26, 2016

@santigimeno Done.

@santigimeno
Copy link
Member

LGTM is CI is happy

@cjihrig
Copy link
Contributor

cjihrig commented Mar 26, 2016

LGTM

@mscdex
Copy link
Contributor Author

mscdex commented Mar 26, 2016

PR-URL: nodejs#5914
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@mscdex mscdex merged commit ef6c4c6 into nodejs:master Mar 30, 2016
@mscdex 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 MylesBorins mentioned this pull request Apr 11, 2016
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 platform. 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