HADOOP-5952. Change "-1 tests included" wording in test-patch.sh. Contributed by Gary Murry
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@787541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
513998544a
commit
2c372c70cf
|
@ -456,6 +456,9 @@ Trunk (unreleased changes)
|
||||||
tasks are not given to the ones deduced to be slow.
|
tasks are not given to the ones deduced to be slow.
|
||||||
(Andy Konwinski and ddas)
|
(Andy Konwinski and ddas)
|
||||||
|
|
||||||
|
HADOOP-5952. Change "-1 tests included" wording in test-patch.sh.
|
||||||
|
(Gary Murry via szetszwo)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-5595. NameNode does not need to run a replicator to choose a
|
HADOOP-5595. NameNode does not need to run a replicator to choose a
|
||||||
|
|
|
@ -232,7 +232,8 @@ checkTests () {
|
||||||
JIRA_COMMENT="$JIRA_COMMENT
|
JIRA_COMMENT="$JIRA_COMMENT
|
||||||
|
|
||||||
-1 tests included. The patch doesn't appear to include any new or modified tests.
|
-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
|
return 1
|
||||||
fi
|
fi
|
||||||
JIRA_COMMENT="$JIRA_COMMENT
|
JIRA_COMMENT="$JIRA_COMMENT
|
||||||
|
|
Loading…
Reference in New Issue