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

Create TestFlagBridge during test results processing #740

Merged
merged 5 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. feat: create test flag bridge in test results processor

    we want to filter tests in the UI by flag, so we need a mapping from
    a Test and it's flags, because a Test is differentiated by its flags
    as well as the obvious fields (name, testsuite)
    
    when we process test results, we want to create a TestFlagBridge for
    every test and flag of that test
    joseph-sentry committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c09f8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18aa061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857e42b View commit details
    Browse the repository at this point in the history
  4. deps: update shared

    joseph-sentry committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    945d6dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b94e31d View commit details
    Browse the repository at this point in the history