Skip to content
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

chore: use travis_retry to retry flaky tests automatically #641

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Nov 16, 2020

Problem

Some tests are flaky (mostly form server model admin checks), resulting in failed tests that developers have to manually retry (either via an empty commit push or via trigger build).

This PR adds a retry mechanism using travis_retry to automatically retry failed tests up to 3 times.

Copy link
Contributor

@tshuli tshuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@karrui karrui merged commit dbc4a23 into develop Nov 17, 2020
@karrui karrui deleted the chore/travis-retry branch November 17, 2020 03:28
@karrui karrui mentioned this pull request Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants