Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
Description
flaky-test-check's count-failures job prints total number of failures, but does not list failed iterations:
Run failures=$(find . -name 'summary.txt' | grep -v 'iteration' | xargs grep -v 'exit code: 0' | wc -l) Total failures: 5 Failed runs: Error: Process completed with exit code 1.
Attachments
Issue Links
- is caused by
-
HDDS-10264 Allow running nested test classes in flaky-test-check
- Resolved
- links to