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

fix: gradle test might give false green #2801

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. fix: gradle test might give false green

    - when failFast = true AND retry is on, there is a serious issue:
    gradle might stop the test run due to the failFast but still concludes
    with BUILD SUCCESSFUL (if the retry is successful)
    - impact: this might cause builds with many failing tests to take longer
    to finish.
    
    [#186986697]
    
    Co-authored-by: Peter Chen <[email protected]>
    swalchemist and peterhaochen47 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d19cedc View commit details
    Browse the repository at this point in the history