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/07/28 03:33:48 UTC

[jira] [Created] (HBASE-9064) test-patch.sh would silently fail if compilation against hadoop 1.0 fails

Ted Yu created HBASE-9064:
-----------------------------

             Summary: test-patch.sh would silently fail if compilation against hadoop 1.0 fails
                 Key: HBASE-9064
                 URL: https://issues.apache.org/jira/browse/HBASE-9064
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor
         Attachments: 9064-v1.txt

{code}
  if [[ $? != 0 ]] ; then
    JIRA_COMMENT="$JIRA_COMMENT

    {color:red}-1 hadoop1.0{color}.  The patch failed to compile against the hadoop 1.0 profile."
    cleanupAndExit 1
  fi
{code}
There is currently no post back to JIRA when there is compilation error.

--
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