MAPREDUCE-2978. Fixed test-patch to make Jenkins report findbugs warnings properly. Contributed by Tom White.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1169696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b2f2efe4d
commit
e14da3a72e
@ -566,8 +566,10 @@ checkFindbugsWarnings () {
|
|||||||
$FINDBUGS_HOME/bin/convertXmlToText -html \
|
$FINDBUGS_HOME/bin/convertXmlToText -html \
|
||||||
$PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml \
|
$PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml \
|
||||||
$PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html
|
$PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html
|
||||||
JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/trunk/patchprocess/newPatchFindbugsWarnings${module_suffix}.html
|
if [[ $newFindbugsWarnings > 0 ]] ; then
|
||||||
|
JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/trunk/$(basename $BASEDIR)/patchprocess/newPatchFindbugsWarnings${module_suffix}.html
|
||||||
$JIRA_COMMENT_FOOTER"
|
$JIRA_COMMENT_FOOTER"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
### if current warnings greater than OK_FINDBUGS_WARNINGS
|
### if current warnings greater than OK_FINDBUGS_WARNINGS
|
||||||
|
@ -15,6 +15,10 @@ Trunk (unreleased changes)
|
|||||||
MAPREDUCE-2784. [Gridmix] Bug fixes in ExecutionSummarizer and
|
MAPREDUCE-2784. [Gridmix] Bug fixes in ExecutionSummarizer and
|
||||||
ResourceUsageMatcher. (amarrk)
|
ResourceUsageMatcher. (amarrk)
|
||||||
|
|
||||||
|
MAPREDUCE-2978. Fixed test-patch to make Jenkins report correct number of
|
||||||
|
findBugs, correct links to findBugs artifacts and no links to the
|
||||||
|
artifacts when there are no warnings. (Tom White via vinodkv).
|
||||||
|
|
||||||
Release 0.23.0 - Unreleased
|
Release 0.23.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -14,5 +14,5 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
OK_RELEASEAUDIT_WARNINGS=2
|
OK_RELEASEAUDIT_WARNINGS=2
|
||||||
OK_FINDBUGS_WARNINGS=13
|
OK_FINDBUGS_WARNINGS=0
|
||||||
OK_JAVADOC_WARNINGS=0
|
OK_JAVADOC_WARNINGS=0
|
||||||
|
Loading…
Reference in New Issue
Block a user