summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/zz_failure_summary_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip failure dedup instead of crashingRodolfo Carvalho2017-09-111-0/+15
| | | | | | This makes the callback plugin behave better when dedup is not possible: work with the original list of failures instead of raising an unhandled exception and producing confusing output for users.
* Rewrite failure summary callback pluginRodolfo Carvalho2017-08-241-0/+70
The intent is to deduplicate similar errors that happened in many hosts, making the summary more concise.