This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to tag prehistory in repository https://gitbox.apache.org/repos/asf/yetus.git
commit d133273a4a061a3626dd63f9ef310eb71c7ef949 Author: Nigel Daley <ni...@apache.org> AuthorDate: Thu Sep 4 22:05:15 2008 +0000 HADOOP-4074. Commenting out release audit in patch testing process until it can be fixed. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@692271 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/bin/test-patch.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh index 1f5856a0..34b9c39c 100755 --- a/src/test/bin/test-patch.sh +++ b/src/test/bin/test-patch.sh @@ -156,10 +156,11 @@ setup () { echo "======================================================================" echo "" echo "" + ### DISABLE RELEASE AUDIT UNTIL HADOOP-4074 IS FIXED ### Do not call releaseaudit when run by a developer - if [[ $HUDSON == "true" ]] ; then - $ANT_HOME/bin/ant -Dversion="${VERSION}" -DHadoopPatchProcess= releaseaudit &> $PATCH_DIR/trunkReleaseAuditWarnings.txt - fi + ### if [[ $HUDSON == "true" ]] ; then + ### $ANT_HOME/bin/ant -Dversion="${VERSION}" -DHadoopPatchProcess= releaseaudit &> $PATCH_DIR/trunkReleaseAuditWarnings.txt + ### fi $ANT_HOME/bin/ant -Dversion="${VERSION}" -Djavac.args="-Xlint -Xmaxwarns 1000" $ECLIPSE_PROPERTY -DHadoopPatchProcess= clean tar &> $PATCH_DIR/trunkJavacWarnings.txt if [[ $? != 0 ]] ; then echo "Trunk compilation is broken?" @@ -639,8 +640,9 @@ checkFindbugsWarnings (( RESULT = RESULT + $? )) ### Do not call these when run by a developer if [[ $HUDSON == "true" ]] ; then - checkReleaseAuditWarnings - (( RESULT = RESULT + $? )) + ### DISABLE RELEASE AUDIT UNTIL HADOOP-4074 IS FIXED + ### checkReleaseAuditWarnings + ### (( RESULT = RESULT + $? )) runCoreTests (( RESULT = RESULT + $? )) runContribTests