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

Travis Crawford commented on HIVE-3084:
---------------------------------------

Not sure if this is relevant, but 
{{build/ql/test/logs/clientnegative/script_broken_pipe1.q.out.orig}} appears to 
be the output of the test query. This might be obvious with someone more 
familiar with the tests. Looking at builds that passed, the file always exists 
and looks like the one I copy/pasted above. All builds that failed do not have 
the file.

For example, the most recent build 1467 passed and this file exists:

https://builds.apache.org/job/Hive-trunk-h0.21/1467/artifact/hive/build/ql/test/logs/clientnegative/script_broken_pipe1.q.out.orig/*view*/


Build 1465 throws a 404 for that same file (build 1464 failed for what looks 
like a jenkins issue?):

https://builds.apache.org/job/Hive-trunk-h0.21/1465/artifact/hive/build/ql/test/logs/clientnegative/script_broken_pipe1.q.out.orig/*view*/
                
> Hive CI failing due to script_broken_pipe1.q
> --------------------------------------------
>
>                 Key: HIVE-3084
>                 URL: https://issues.apache.org/jira/browse/HIVE-3084
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Travis Crawford
>
> Hive's [CI job|https://builds.apache.org/job/Hive-trunk-h0.21/] regularly 
> fails due to this test:
> {code}
> org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1
> {code}
> Running just that test in a loop I'm not able to reproduce the issue locally. 
> This may be related to state from a previous test causing this one to fail?
> {code}
> ant clean package
> for x in $(seq 1 10); 
>   do ant test -Dtestcase=TestNegativeCliDriver -Dqfile=script_broken_pipe1.q;
> done
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to