[ 
https://issues.apache.org/jira/browse/STORM-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182052#comment-15182052
 ] 

ASF GitHub Bot commented on STORM-1606:
---------------------------------------

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".


> Travis CI can't print the infomation of the testcase which  is on failure
> -------------------------------------------------------------------------
>
>                 Key: STORM-1606
>                 URL: https://issues.apache.org/jira/browse/STORM-1606
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: John Fang
>            Assignee: John Fang
>
> For example:
> Running org.apache.storm.supervisor-test
> Tests run: 20, Passed: 50, Failures: 2, Errors: 0.
> CI have 2 failures about supervisor-test.clj,  but CI can't show more 
> information about the 2 failures. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to