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

Ignore testcases in XML #232

Merged
merged 3 commits into from
Mar 7, 2022
Merged

Ignore testcases in XML #232

merged 3 commits into from
Mar 7, 2022

Conversation

EnricoMi
Copy link
Owner

@EnricoMi EnricoMi commented Mar 6, 2022

Allows to skip loading <testcase> tags from XML files. This is useful when XML files are very large. Then, only the <testsuite> tags are loaded, which provide test stats but no individual test failure information.

Fixes #231.

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (Linux)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (macOS)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (Test Files)

  25 files  ±0      4 errors  22 suites  ±0   39m 12s ⏱️ ±0s
272 tests ±0  227 ✔️ ±0  18 💤 ±0  23 ±0  4 🔥 ±0 
443 runs  ±0  357 ✔️ ±0  55 💤 ±0  26 ±0  5 🔥 ±0 

For more details on these parsing errors, failures and errors, see this check.

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (Dockerfile)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (Windows)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (Docker Image)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

Unit Test Results (reference)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the branch-xml-ignore-testcases branch from 69e52e1 to 67c51f7 Compare March 7, 2022 08:23
@EnricoMi EnricoMi changed the title Branch xml ignore testcases Ignore testcases in XML Mar 7, 2022
@github-actions

This comment has been minimized.

@EnricoMi EnricoMi force-pushed the branch-xml-ignore-testcases branch from 0c98a53 to 8c96366 Compare March 7, 2022 08:44
@github-actions

This comment has been minimized.

@EnricoMi EnricoMi marked this pull request as ready for review March 7, 2022 08:55
@EnricoMi EnricoMi force-pushed the branch-xml-ignore-testcases branch from 8c96366 to eeb81af Compare March 7, 2022 10:47
@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (setup-python)

       54 files  ±    0         54 suites  ±0   2m 50s ⏱️ +17s
     264 tests +    2       264 ✔️ +    2      0 💤 ±0  0 ±0 
14 256 runs  +108  13 824 ✔️ +108  432 💤 ±0  0 ±0 

Results for commit eeb81af. ± Comparison against base commit 9d2144b.

@EnricoMi EnricoMi merged commit 978f31e into master Mar 7, 2022
@EnricoMi EnricoMi deleted the branch-xml-ignore-testcases branch March 7, 2022 11:01
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.

Support very large test results
1 participant