You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/10/14 18:58:13 UTC

hbase git commit: Add comment to test-patch.sh that the zombie killing code is copy/pasted up into jenkins as after-task

Repository: hbase
Updated Branches:
  refs/heads/master 94ce2ed2f -> ba3d474f8


Add comment to test-patch.sh that the zombie killing code is copy/pasted up into jenkins as after-task


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

Branch: refs/heads/master
Commit: ba3d474f8aee5d59638feb5c370cf0da04dfdc9d
Parents: 94ce2ed
Author: stack <st...@apache.org>
Authored: Wed Oct 14 09:58:04 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Oct 14 09:58:04 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ba3d474f/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index c312ba3..32bc1ef 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -872,6 +872,9 @@ runTests () {
     {color:green}+1 core tests{color}.  The patch passed unit tests in $modules."
     BAD=0
   fi
+  # NOTE!!!! The below code has been copied and pasted up into jenkins as an after-task
+  # for trunk builds. Make sure to update it too if you change the below (or refactor)
+  # all this so can be called by test-patch and from jenkins as a script.
   ZOMBIE_TESTS_COUNT=`zombieCount`
   if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
     #It seems sometimes the tests are not dying immediately. Let's give them 30s