You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/04/10 19:30:16 UTC

[jira] [Created] (HBASE-8320) test-patch.sh doesn't post back compilation error

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