Skip to content

Improve CI stability/regression detection #6675

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

Closed
1 of 8 tasks
mafredri opened this issue Mar 20, 2023 · 1 comment
Closed
1 of 8 tasks

Improve CI stability/regression detection #6675

mafredri opened this issue Mar 20, 2023 · 1 comment
Assignees

Comments

@mafredri
Copy link
Member

mafredri commented Mar 20, 2023

In an effort to both improve stability of our CI (reducing the amount of flakes), we will start gathering statistics on what tests fail and how often.

  • 1. Generate statistics from CI runs #6676
    • Ran on branch/commit (main, pr)
    • Platform
    • Test(s) that failed
    • Log per failed test
    • Execution time for successful tests (for regression detection)
  • 2. Gather statistics from CI run and store/visualize them #6677
    • Test added date (new test?)
    • First failure date
    • Last failure date
    • Failure count
    • Log/trace
    • Commit (that saw the failure)
    • Execution time (for non-failures)
  • 3. Notify of new/repeated failures based on certain thresholds
  • 4. Analyze failure (type, rate, origin) and try to assign an owner
  • 5. Automatically open GitHub issues from flakes, if issue exists, submit error log as comment
  • 6. Automatically detect test speed regressions (consider issue creation or notification, alternatively rely on graphs)
  • 7. Daily cron-based stress test for tests -> store statistics
  • 8. (Bonus) Reduce CI run time (see statistics to identify slow/problematic test)
@mafredri
Copy link
Member Author

Closing, as per #6677 (comment)

@mafredri mafredri closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2023
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

No branches or pull requests

1 participant