Author: szetszwo
Date: Tue Jun 23 04:45:15 2009
New Revision: 787541

URL: http://svn.apache.org/viewvc?rev=787541&view=rev
Log:
HADOOP-5952. Change "-1 tests included" wording in test-patch.sh.  Contributed 
by Gary Murry

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/src/test/bin/test-patch.sh

Modified: hadoop/common/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=787541&r1=787540&r2=787541&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Tue Jun 23 04:45:15 2009
@@ -456,6 +456,9 @@
     tasks are not given to the ones deduced to be slow. 
     (Andy Konwinski and ddas)
 
+    HADOOP-5952. Change "-1 tests included" wording in test-patch.sh.
+    (Gary Murry via szetszwo)
+
   OPTIMIZATIONS
 
     HADOOP-5595. NameNode does not need to run a replicator to choose a

Modified: hadoop/common/trunk/src/test/bin/test-patch.sh
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/src/test/bin/test-patch.sh?rev=787541&r1=787540&r2=787541&view=diff
==============================================================================
--- hadoop/common/trunk/src/test/bin/test-patch.sh (original)
+++ hadoop/common/trunk/src/test/bin/test-patch.sh Tue Jun 23 04:45:15 2009
@@ -232,7 +232,8 @@
     JIRA_COMMENT="$JIRA_COMMENT
 
     -1 tests included.  The patch doesn't appear to include any new or 
modified tests.
-                        Please justify why no tests are needed for this patch."
+                        Please justify why no new tests are needed for this 
patch.
+                        Also please list what manual steps were performed to 
verify this patch."
     return 1
   fi
   JIRA_COMMENT="$JIRA_COMMENT


Reply via email to