-
Notifications
You must be signed in to change notification settings - Fork 30k
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: mark test-tick-processor-unknown flaky #8900
Conversation
CI is yellow, with the only cause of yellow being the test marked flaky by this PR. So: Woot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Is the test flaky on all platforms or is it mostly windows+smartos?
Mostly those two that I've noticed. |
Quick stress test (just 100 runs) across all (or all-ish) platforms to see if it's really flaky nearly everywhere or if it's really just SmartOS and Windows: https://ci.nodejs.org/job/node-stress-single-test/971/ |
Based on the stress test results, I'll change this to just marking it as flaky on SmartOS. |
Mark test-tick-processor-unknown flaky on SmartOS.
Argh, here it is failing on Raspberry Pi: https://ci.nodejs.org/job/node-test-binary-arm/4145/RUN_SUBSET=4,label=pi2-raspbian-wheezy/console
Hoping that might be fixed by #8848 so might leave it as is. SmartOS seems to be The Big One that this test fails a lot on so getting just that in will still be a big win. |
Mark test-tick-processor-unknown flaky on SmartOS. PR-URL: nodejs#8900 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Landed in d097311 |
Mark test-tick-processor-unknown flaky on SmartOS. PR-URL: #8900 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Mark test-tick-processor-unknown flaky on SmartOS. PR-URL: #8900 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Conflicts: test/parallel/parallel.status
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test
Description of change