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

Retry new or modified tests based on git diff #102

Closed

Commits on May 26, 2021

  1. Retry new or modified tests based on git diff

    The best time to resolve flaky test is once you wrote that test. This is
    how Google looks for flakes in their monorepo. At that moment you have
    the best knowledge to solve such tests. Otherwise after month of running
    such test the cognitive load to fix it is very high.
    
    This PR adds a way to discover all changed test classes with diff to
    master branch and retry them until the maxRetry or to the first fail
    execution.
    
    Signed-off-by: Michał Rowicki <[email protected]>
    wyhasany committed May 26, 2021
    Configuration menu
    Copy the full SHA
    7f1c5ff View commit details
    Browse the repository at this point in the history