[jira] [Updated] (HBASE-8320) test-patch.sh should post back compilation error against hadoop 2.0

2013-04-10 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-8320:
--

Summary: test-patch.sh should post back compilation error against hadoop 
2.0  (was: test-patch.sh doesn't post back compilation error)

> test-patch.sh should post back compilation error against hadoop 2.0
> ---
>
> Key: HBASE-8320
> URL: https://issues.apache.org/jira/browse/HBASE-8320
> Project: HBase
>  Issue Type: Test
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 8320.txt
>
>
> One example was:
> https://builds.apache.org/job/PreCommit-HBASE-Build/5242/console
> {code}
>   if [[ $? != 0 ]] ; then
> JIRA_COMMENT="$JIRA_COMMENT
> {color:red}-1 hadoop2.0{color}.  The patch failed to compile against the 
> hadoop 2.0 profile."
> cleanupAndExit 1
>   fi
> {code}
> cleanupAndExit doesn't post the comment.
> I think the correct call should be:
> {code}
>   submitJiraComment 1
>   cleanupAndExit 1
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8320) test-patch.sh should post back compilation error against hadoop 2.0

2013-04-10 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-8320:
--

Fix Version/s: 0.98.0
 Hadoop Flags: Reviewed

> test-patch.sh should post back compilation error against hadoop 2.0
> ---
>
> Key: HBASE-8320
> URL: https://issues.apache.org/jira/browse/HBASE-8320
> Project: HBase
>  Issue Type: Test
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 0.98.0
>
> Attachments: 8320.txt
>
>
> One example was:
> https://builds.apache.org/job/PreCommit-HBASE-Build/5242/console
> {code}
>   if [[ $? != 0 ]] ; then
> JIRA_COMMENT="$JIRA_COMMENT
> {color:red}-1 hadoop2.0{color}.  The patch failed to compile against the 
> hadoop 2.0 profile."
> cleanupAndExit 1
>   fi
> {code}
> cleanupAndExit doesn't post the comment.
> I think the correct call should be:
> {code}
>   submitJiraComment 1
>   cleanupAndExit 1
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8320) test-patch.sh should post back compilation error against hadoop 2.0

2013-04-10 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-8320:
--

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> test-patch.sh should post back compilation error against hadoop 2.0
> ---
>
> Key: HBASE-8320
> URL: https://issues.apache.org/jira/browse/HBASE-8320
> Project: HBase
>  Issue Type: Test
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 0.98.0
>
> Attachments: 8320.txt
>
>
> One example was:
> https://builds.apache.org/job/PreCommit-HBASE-Build/5242/console
> {code}
>   if [[ $? != 0 ]] ; then
> JIRA_COMMENT="$JIRA_COMMENT
> {color:red}-1 hadoop2.0{color}.  The patch failed to compile against the 
> hadoop 2.0 profile."
> cleanupAndExit 1
>   fi
> {code}
> cleanupAndExit doesn't post the comment.
> I think the correct call should be:
> {code}
>   submitJiraComment 1
>   cleanupAndExit 1
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira