Browse Source

HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
(Jason Lowe via raviprak)

Ravi Prakash 10 years ago
parent
commit
f3507fa35c
2 changed files with 3 additions and 1 deletions
  1. 0 1
      dev-support/test-patch.sh
  2. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 1
dev-support/test-patch.sh

@@ -992,7 +992,6 @@ if [[ $JENKINS == "true" || $RUN_TESTS == "true" ]] ; then
   runTests
   (( RESULT = RESULT + $? ))
 fi
-(( RESULT = RESULT + $? ))
 JIRA_COMMENT_FOOTER="Test results: $BUILD_URL/testReport/
 $JIRA_COMMENT_FOOTER"
 

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -148,6 +148,9 @@ Trunk (Unreleased)
 
   BUG FIXES
 
+    HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
+    (Jason Lowe via raviprak)
+
     HADOOP-9451. Fault single-layer config if node group topology is enabled.
     (Junping Du via llu)