Ted Yu created HBASE-8320:
-----------------------------
Summary: test-patch.sh doesn't post back compilation error
Key: HBASE-8320
URL: https://issues.apache.org/jira/browse/HBASE-8320
Project: HBase
Issue Type: Test
Reporter: Ted Yu
Assignee: Ted Yu
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