-
Notifications
You must be signed in to change notification settings - Fork 35
ci: add flaky test catching workflow #617
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
Conversation
c51d15a to
353cfab
Compare
d8bcd69 to
116956d
Compare
Serpentian
left a comment
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.
Thank you a lot!
91ed986 to
c208bb7
Compare
Bump test-run so we can use the `--repeat` flag. Part of tarantool#531 NO_DOC=bump NO_TEST=bump
Add new ci workflow running all files changed in the PR commits multiple times in parallel by default. Can be disabled by setting the noflaky PR label. Co-authored-by: Nikita Zheleztsov <n.zheleztsov@proton.me> Fixes tarantool#531 NO_DOC=ci NO_TEST=ci
70ea8bd to
afaa0fd
Compare
Serpentian
left a comment
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.
Thank you! That's great, that we finally can catch flaky tests, in vshard they're very frequent.
P.S. @Gerold103, please, don't merge until we drop the last 2 commits, they're for testing the CI and should not be merged
Gerold103
left a comment
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.
🚀
afaa0fd to
75e9988
Compare
Add new ci workflow running all files changed in the PR commits multiple
times in parallel by default. Can be disabled by setting the noflaky
PR label.
Co-authored-by: Nikita Zheleztsov n.zheleztsov@proton.me
Fixes #531
NO_DOC=ci
NO_TEST=ci