HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1336213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27ce5a6fb0
commit
b1e883132b
@ -528,6 +528,24 @@ $JIRA_COMMENT_FOOTER"
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
### Install the new jars so tests and findbugs can find all of the updated jars
|
||||||
|
buildAndInstall () {
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "======================================================================"
|
||||||
|
echo "======================================================================"
|
||||||
|
echo " Installing all of the jars"
|
||||||
|
echo "======================================================================"
|
||||||
|
echo "======================================================================"
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "$MVN install -Dmaven.javadoc.skip=true -DskipTests -D${PROJECT_NAME}PatchProcess"
|
||||||
|
$MVN install -Dmaven.javadoc.skip=true -DskipTests -D${PROJECT_NAME}PatchProcess
|
||||||
|
return $?
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
### Check there are no changes in the number of Findbugs warnings
|
### Check there are no changes in the number of Findbugs warnings
|
||||||
checkFindbugsWarnings () {
|
checkFindbugsWarnings () {
|
||||||
@ -891,6 +909,7 @@ checkEclipseGeneration
|
|||||||
### Checkstyle not implemented yet
|
### Checkstyle not implemented yet
|
||||||
#checkStyle
|
#checkStyle
|
||||||
#(( RESULT = RESULT + $? ))
|
#(( RESULT = RESULT + $? ))
|
||||||
|
buildAndInstall
|
||||||
checkFindbugsWarnings
|
checkFindbugsWarnings
|
||||||
(( RESULT = RESULT + $? ))
|
(( RESULT = RESULT + $? ))
|
||||||
checkReleaseAuditWarnings
|
checkReleaseAuditWarnings
|
||||||
|
@ -129,6 +129,9 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-8339. jenkins complaining about 16 javadoc warnings
|
HADOOP-8339. jenkins complaining about 16 javadoc warnings
|
||||||
(Tom White and Robert Evans via tgraves)
|
(Tom White and Robert Evans via tgraves)
|
||||||
|
|
||||||
|
HADOOP-8354. test-patch findbugs may fail if a dependent module is changed
|
||||||
|
(Tom White and Robert Evans)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
|
Loading…
Reference in New Issue
Block a user