-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: possible flaky test-repl.js #4823
Comments
@techjeffharris on what platform? Is still happening? |
Ubuntu Gnome 15.10 node v5.x. whichever version was current on Nodesource's ppa the day that I posted that comment.. I'm guessing that it was 5.5 or 5.4. sorry I didn't note that at the time >_< |
This test is flaky on any slow machine because it has a 5s timeout in the code. Here is such a failure on RPi1: https://ci.nodejs.org/job/node-test-binary-arm/1468/RUN_SUBSET=3,nodes=pi1-raspbian-wheezy/tapTestReport/test.tap-97/ This failure in the opening comment looks different, though. |
Except for one build failure, stress test for this came up clean. https://ci.nodejs.org/job/node-stress-single-test/765/ I'm going to close this. Feel free to comment or re-open if it recurs or if you otherwise think it should not be closed at this time. |
Not sure if issue should be reopened, but it seems what this test fails if (for some reason) NODE_PATH contains /usr/lib/nodejs and this way node can load all internal libraries without --expose_internal flag.
|
I just filed my first PR #4822 and a test in test-repl.js failed.
@chrisdickinson recommended that I create an issue and /CC @Trott
The text was updated successfully, but these errors were encountered: