-
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: mark flaky tests on smartos #43596
Conversation
I don't have permission on the repo to approve, but I approve. |
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 assuming this is the alternative to dropping SmartOS and that this is an active TODO list.
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. Only question I have is if the increased timeout mentioned in #43457 (comment) won't mean the smartos bots are now slowest to finish. Because if that's the case I'd rather just disable testing on them altogether.
Fast-track has been requested by @bnoordhuis. Please 👍 to approve. |
Landed in ea99431 |
@bnoordhuis node-test-commit-aix takes 49 min, node-test-commit-smartos takes 47 min, node-test-commit-smartos is not the slowest. |
PR-URL: nodejs#43596 Refs: nodejs#43457 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs/node#43596 Refs: nodejs/node#43457 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Collect the tests that are flaky only on SmartOS between 06-22 and 06-28, and mark them as flaky in one go.
Collect from https://github.com/nodejs/reliability/issues.
Refs: #43457