Github user unsleepy22 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1189#discussion_r55135284
--- Diff: dev-tools/travis/print-errors-from-test-reports.py ---
@@ -55,6 +55,10 @@ def print_error_reports_from_report_file(file_path):
if fail is not None:
print_detail_information(testcase, fail)
+ failure = testcase.find("failure")
--- End diff --
I would suspect the validity of this change since "fail" is a substring of
"failure", the script should not miss "failure"s by searching "fail".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---