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

twister: only report failures in merged junit output #38179

Closed
cfriedt opened this issue Aug 31, 2021 · 0 comments · Fixed by #40780
Closed

twister: only report failures in merged junit output #38179

cfriedt opened this issue Aug 31, 2021 · 0 comments · Fixed by #40780
Assignees
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@cfriedt
Copy link
Member

cfriedt commented Aug 31, 2021

Is your enhancement proposal related to a problem? Please describe.
Currently the merged junit report is 215 MB

Describe the solution you'd like
we should only report failures

Describe alternatives you've considered

Additional context
release meeting

@cfriedt cfriedt added the Enhancement Changes/Updates/Additions to existing features label Aug 31, 2021
nashif added a commit to nashif/zephyr that referenced this issue Mar 3, 2022
With --no-skipped-report, twister will skip over all tests marked as
skipped (filtered) in the junit report.

This is useful for CI where have 1000s of filtered tests that appear in
the report and in some cases cause tools parsing the output to fail or
provide incomplete results.

Fixes zephyrproject-rtos#38179

Signed-off-by: Anas Nashif <[email protected]>
nashif added a commit that referenced this issue Mar 3, 2022
With --no-skipped-report, twister will skip over all tests marked as
skipped (filtered) in the junit report.

This is useful for CI where have 1000s of filtered tests that appear in
the report and in some cases cause tools parsing the output to fail or
provide incomplete results.

Fixes #38179

Signed-off-by: Anas Nashif <[email protected]>
RodinHaker pushed a commit to abelsensors/zephyr that referenced this issue Mar 19, 2022
With --no-skipped-report, twister will skip over all tests marked as
skipped (filtered) in the junit report.

This is useful for CI where have 1000s of filtered tests that appear in
the report and in some cases cause tools parsing the output to fail or
provide incomplete results.

Fixes zephyrproject-rtos#38179

Signed-off-by: Anas Nashif <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants