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

WIP: Flaky failures should be reported separate from tests that fail on retry #437

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

EliSchleifer
Copy link
Contributor

@EliSchleifer EliSchleifer commented Sep 10, 2024

Add support to separate out reporting on Flaky vs Failed tests. Tried to generalize this by having the Execution object own a Results TreeMap that can provide a sorted iteration through all test results. A TestResult is a collection of TestCases that is essentially grouping all test cases under a single Package.TestName

@EliSchleifer EliSchleifer changed the title Flaky failures should be reported separate from tests that fail on retry WIP: Flaky failures should be reported separate from tests that fail on retry Sep 10, 2024
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

Successfully merging this pull request may close these issues.

1 participant