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

Update flaky fail count in the process flakes task #705

Merged
merged 11 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5e250f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6d160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e595102 View commit details
    Browse the repository at this point in the history
  4. feat: update process flakes to properly handle flaky_fail_count

    when we detect a test as newly flaky:
        - we want to increment the flaky_fail_count of the rollup of the
          test instance that was used to detect the flakiness by 1
        - we want to increment the flaky_fail_count of the rollups for
          every test instance on that test that failed that was processed
          after the test instance where the flake was detected
    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e0dcc9 View commit details
    Browse the repository at this point in the history
  5. feat: update test results processor to update flaky_fail_count

    when we process a test instance and its test is flaky and it's a
    failure then we want to increment the flaky_fail_count of its daily
    rollup
    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    24c31db View commit details
    Browse the repository at this point in the history
  6. update shared version

    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ad2282f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64801a8 View commit details
    Browse the repository at this point in the history
  8. fix: address feedback

    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ec80fb6 View commit details
    Browse the repository at this point in the history
  9. quick fix

    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    85022f1 View commit details
    Browse the repository at this point in the history
  10. test: fix tests

    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cc3dad6 View commit details
    Browse the repository at this point in the history
  11. fix: function calls

    joseph-sentry committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    478e425 View commit details
    Browse the repository at this point in the history