-
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: Rerun failed tests #2092
Merged
Merged
feat: Rerun failed tests #2092
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_test_dispatch_flow
branch
from
July 20, 2021 08:40
d1e0066
to
249e608
Compare
Timestamp: 2021-07-29 11:05:13 |
jan-goral
force-pushed
the
2083_test_dispatch_flow
branch
2 times, most recently
from
July 22, 2021 14:48
6b87fe0
to
a10761b
Compare
Title does not follow the guidelines of Conventional Commits.
|
jan-goral
force-pushed
the
2083_test_dispatch_flow
branch
8 times, most recently
from
July 23, 2021 18:28
19ae3f1
to
4a4ce0f
Compare
jan-goral
force-pushed
the
2083_test_dispatch_flow
branch
from
July 29, 2021 08:50
4a4ce0f
to
e44503b
Compare
jan-goral
force-pushed
the
2083_test_dispatch_flow
branch
from
July 29, 2021 08:58
bdd1623
to
fd4dfc6
Compare
pawelpasterz
approved these changes
Jul 30, 2021
Sloox
approved these changes
Jul 30, 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.
Related to #2083
Test Plan
From repository root, build flank:
Run tests:
The execution should finish without errors. The generated
JUnitReport.xml
should contain 2 types of suites prefixed with:shard
- for each shards execution.rerun
- for failed test reruns.New execution graph
Core execution.
Device sub-execution triggered for each shard or rerun by the
Device.Tests
task.Checklist