HBASE-13326 Disabled table can't be enabled after HBase is restarted (addendum)

This commit is contained in:
Andrey Stepachev 2015-03-26 08:13:42 +00:00
parent 948a6a63e8
commit bfeb067e3a
1 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ setup () {
echo ""
echo ""
echo "$MVN clean package checkstyle:checkstyle-aggregate findbugs:findbugs -DskipTests \
-D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunkJavacWarnings.txt 2>&1"
-D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunkJavacWarnings.txt 2>&1"
export MAVEN_OPTS="${MAVEN_OPTS}"
# build core and tests
$MVN clean package checkstyle:checkstyle-aggregate findbugs:findbugs -DskipTests \
@ -757,13 +757,13 @@ $JIRA_COMMENT_FOOTER"
JIRA_COMMENT="$JIRA_COMMENT
{color:red}-1 findbugs{color}. The patch appears to introduce $findbugsWarnings \
new Findbugs (version ${findbugs_version}) warnings."
new Findbugs (version ${findbugs_version}) warnings."
return 1
fi
JIRA_COMMENT="$JIRA_COMMENT
{color:green}+1 findbugs{color}. The patch does not introduce any \
new Findbugs (version ${findbugs_version}) warnings."
new Findbugs (version ${findbugs_version}) warnings."
return 0
}