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

Improve aggregate test results function #813

Merged
merged 3 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. feat: rework aggregate_test_results to use DailyTestRollup

    this commit also adds the LastDuration field to the TestResult
    GQL model. The reason we're using latest_run and not the updated_at
    field of the object is because in the future we want to parse the
    timestamp from the JUnit XML file so latest_run will be tied to that
    and not the time at which we process the test results.
    joseph-sentry committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1c7a204 View commit details
    Browse the repository at this point in the history
  2. fix: address feedback

    joseph-sentry committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b8a56cc View commit details
    Browse the repository at this point in the history
  3. fix tests

    joseph-sentry committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    953dc14 View commit details
    Browse the repository at this point in the history