-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Calculate flaky tests from reruns #2121
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jan-goral
force-pushed
the
2083_Calculate_flaky_tests_from_reruns
branch
2 times, most recently
from
August 5, 2021 11:13
43d3303
to
de9b650
Compare
Timestamp: 2021-08-20 20:15:42 |
jan-goral
changed the title
2083 calculate flaky tests from reruns
feat: Calculate flaky tests from reruns
Aug 6, 2021
jan-goral
requested review from
Sloox,
adamfilipow92,
zuziaka,
pawelpasterz and
piotradamczyk5
August 6, 2021 08:02
pawelpasterz
approved these changes
Aug 6, 2021
bootstraponline
force-pushed
the
2083_Calculate_flaky_tests_from_reruns
branch
9 times, most recently
from
August 13, 2021 13:55
198b796
to
b163ffe
Compare
bootstraponline
force-pushed
the
2083_Calculate_flaky_tests_from_reruns
branch
from
August 16, 2021 11:27
b163ffe
to
7f12927
Compare
bootstraponline
force-pushed
the
2083_Calculate_flaky_tests_from_reruns
branch
from
August 16, 2021 12:20
7f12927
to
0a6edc1
Compare
bootstraponline
force-pushed
the
2083_Calculate_flaky_tests_from_reruns
branch
from
August 17, 2021 15:35
0a6edc1
to
f7478e3
Compare
Sloox
approved these changes
Aug 20, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2083
README.md
New execution graph:
Test Plan
From repository root, build flank:
Run tests:
flank-corellium-many.yml
additionalJUnitReport
files should be generated:JUnitReport_failures.xml
- failed and flaky tests.JUnitReport_passed.xml
- passed tests.JUnitReport_passed.xml
- skipped tests.Checklist