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/03 23:11:07 UTC

hbase git commit: HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting

Repository: hbase
Updated Branches:
  refs/heads/master 5e430837d -> 7117a2e35


 HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting


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

Branch: refs/heads/master
Commit: 7117a2e35d42ef4e3f17b0a8f891fc5200cd0890
Parents: 5e43083
Author: stack <st...@apache.org>
Authored: Thu Dec 3 14:11:01 2015 -0800
Committer: stack <st...@apache.org>
Committed: Thu Dec 3 14:11:01 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/7117a2e3/dev-support/zombie-detector.sh
----------------------------------------------------------------------
diff --git a/dev-support/zombie-detector.sh b/dev-support/zombie-detector.sh
index 4eebaa3..df4c197 100755
--- a/dev-support/zombie-detector.sh
+++ b/dev-support/zombie-detector.sh
@@ -135,7 +135,7 @@ zombies () {
       # If JIRA_COMMENT in environment, append our findings to it
       echo -e "$JIRA_COMMENT
 
-    {color:red}-1 core zombie tests{color}.  There are ${ZOMBIE_TESTS_COUNT} possible zombie test(s):
+    {color:red}+1 zombies{red}. There are ${ZOMBIE_TESTS_COUNT} possible zombie test(s)
         ${ZB_STACK}"
       # Exit with exit code of 1.
       exit 1
@@ -143,13 +143,13 @@ zombies () {
       echo "`date` We're ok: there was a zombie candidate but it went away" >&2
       echo "$JIRA_COMMENT
 
-    {color:green}+1 core zombie tests -- (was a candidate but now) no zombies!{color}."
+    {color:green}+1 zombies{color}. No zombie tests found running at the end of the build (There were candidates but they seem to have gone away)."
     fi
   else
       echo "`date` We're ok: there is no zombie test" >&2
       echo "$JIRA_COMMENT
 
-    {color:green}+1 core zombie tests -- no zombies!{color}."
+    {color:green}+1 zombies{color}. No zombie tests found running at the end of the build."
   fi
 }