You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/05/28 17:15:29 UTC

hadoop git commit: HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 7e509f584 -> 87c26f8b7


HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/87c26f8b
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/87c26f8b
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/87c26f8b

Branch: refs/heads/trunk
Commit: 87c26f8b7d949f85fd3dc511f592112e1504e0a2
Parents: 7e509f5
Author: Allen Wittenauer <aw...@apache.org>
Authored: Thu May 28 08:15:17 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Thu May 28 08:15:17 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh                       | 2 +-
 hadoop-common-project/hadoop-common/CHANGES.txt | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c26f8b/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index d5d6c26..5276023 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -1509,7 +1509,7 @@ function check_reexec
 
   exec "${PATCH_DIR}/dev-support-test/test-patch.sh" \
     --reexec \
-    --branch "${PATCH_BRANCH}" \
+    --branch="${PATCH_BRANCH}" \
     --patch-dir="${PATCH_DIR}" \
       "${USER_PARAMS[@]}"
 }

http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c26f8b/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index d29a885..48e9f7d 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -624,6 +624,7 @@ Release 2.8.0 - UNRELEASED
     IPC server. (Masatake Iwasaki via aajisaka)
 
   BUG FIXES
+
     HADOOP-11802: DomainSocketWatcher thread terminates sometimes after there
     is an I/O error during requestShortCircuitShm (cmccabe)
 
@@ -761,6 +762,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-8751. NPE in Token.toString() when Token is constructed using null
     identifier. (kanaka kumar avvaru via aajisaka)
 
+    HADOOP-12004. test-patch breaks with reexec in certain situations (Sean
+    Busbey via aw)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES