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

Jason Lowe commented on HADOOP-11473:
-------------------------------------

This appears to be caused by HADOOP-11352.  A check was removed but the 
corresponding (( RESULT = RESULT + $? )) code was not.  That left two math 
operations in a row, and the result code of the first is non-zero leading to 
RESULT being non-zero even when all checks return zero result codes.

> test-patch says "-1 overall" even when all checks are +1
> --------------------------------------------------------
>
>                 Key: HADOOP-11473
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11473
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Jason Lowe
>
> I noticed recently that test-patch is posting "-1 overall" despite all 
> sub-checks being +1.  See HDFS-7533 and HDFS-7598 for some examples.



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

Reply via email to