Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: remove 1 second delay from test#4616
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Trott commented Jan 11, 2016
Trott commented Jan 11, 2016
Booooo! Blowing up on SmartOS. Still think this is workable. Will revise. Closing for now. Might re-open. |
Trott commented Jan 11, 2016
OK, pushed a modification, and this is looking much better. https://ci.nodejs.org/job/node-test-commit/1684/ |
Trott commented Jan 11, 2016
As a side note, this test is flaky, at least on FreeBSD.
(One of the motivations for this is that one additional second per test run starts to add up when you're doing 10K test runs.) I have a subsequent modification to tack on to this one that will hopefully fix the flakiness. Stress test currently running at https://ci.nodejs.org/job/node-stress-single-test/333/nodes=freebsd102-64/console. Assuming it works out, I can lump it in with this PR or keep it as a separate PR. Doesn't really matter either way to me. |
Trott commented Jan 11, 2016
Stress test for the additional change is looking great. Going to cherry-pick it into this PR... |
Trott commented Jan 11, 2016
Cherry-picked. New CI: https://ci.nodejs.org/job/node-test-pull-request/1190/ |
Trott commented Jan 11, 2016
R=@jbergstroem (This is one of the tests that failed in one of the CI runs for the make-it-all-parallel PR you have open.) |
jbergstroem commented Jan 11, 2016
Cool. Looks green indeed. Lets wait for the last arm bot to finish (just got it back online) - but LGTM. |
jasnell commented Jan 11, 2016
LGTM if CI is green |
Trott commented Jan 12, 2016
Hmmm...the stress test failed, albeit with a bit less frequency than the previous version of the test. So, it's better, but it's still not there yet. More work to be done, alas. |
Trott commented Jan 13, 2016
OK, revised to get rid of flakiness (again).
|
jbergstroem commented Jan 13, 2016
Afaik there are no known infra issues. That's too many fails to just have one bot act up as well. |
Trott commented Jan 13, 2016
@jbergstroem Yup. Looks like it's a result of #4575. Looks like it got merged even though there were test failures. At least, that's what I'm seeing. Maybe I'm missing something. (I've certainly been known to be wrong on my what-went-wrong diagnosis in these situations.) |
Trott commented Jan 13, 2016
Stress test came out green. Since I made some changes, can I get a reaffirmation of the (Yes, I'll make sure to squash the four commits down to one before landing.) |
jbergstroem commented Jan 13, 2016
LGTM |
jasnell commented Jan 13, 2016
Still LGTM |
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: nodejs#4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
Trott commented Jan 13, 2016
Landed in e98bcfa |
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: #4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: #4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: #4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: nodejs#4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: nodejs#4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
In test-cluster-worker-wait-server-close, remove unneeded 1-second delay and refactor to eliminate flakiness on FreeBSD. PR-URL: nodejs#4616 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: James M Snell <[email protected]>
Remove unnecessary 1-second delay from test. Confirmed that test (with changes to eliminate ES6-isms in common.js) still fails in v1.8.1 (which has the bug this test was written for) and passes in v2.3.4 (which contains the fix).
R=@sam-github