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/12/02 02:05:36 UTC

hbase git commit: Add small note so we know for sure the zombie script is running

Repository: hbase
Updated Branches:
  refs/heads/master d8b30b892 -> cbbad6e5f


Add small note so we know for sure the zombie script is running


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

Branch: refs/heads/master
Commit: cbbad6e5fbcf95f585c850a688d9cce51da06e24
Parents: d8b30b8
Author: stack <st...@apache.org>
Authored: Tue Dec 1 17:05:23 2015 -0800
Committer: stack <st...@apache.org>
Committed: Tue Dec 1 17:05:34 2015 -0800

----------------------------------------------------------------------
 dev-support/zombie-detector.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/cbbad6e5/dev-support/zombie-detector.sh
----------------------------------------------------------------------
diff --git a/dev-support/zombie-detector.sh b/dev-support/zombie-detector.sh
index e20828f..d9a9809 100755
--- a/dev-support/zombie-detector.sh
+++ b/dev-support/zombie-detector.sh
@@ -134,10 +134,14 @@ zombies () {
       # Exit with error
       exit 1
     else
+      echo "`date` We're ok: there was a zombie candidate but it went away"
+      JIRA_COMMENT="$JIRA_COMMENT
+        {color:green}+1 core zombie tests -- (was a candidate but now) no zombies!{color}."
+    fi
+  else
       echo "`date` We're ok: there is no zombie test"
       JIRA_COMMENT="$JIRA_COMMENT
         {color:green}+1 core zombie tests -- no zombies!{color}."
-    fi
   fi
 }