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/13 00:57:31 UTC

hbase git commit: HBASE-14593 Add more info on zombies to test-patch.sh

Repository: hbase
Updated Branches:
  refs/heads/master 397bc555e -> ac82a8632


HBASE-14593 Add more info on zombies to test-patch.sh


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

Branch: refs/heads/master
Commit: ac82a863201e7c846ce3136f37727646e0ea0172
Parents: 397bc55
Author: stack <st...@apache.org>
Authored: Mon Oct 12 15:56:31 2015 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 12 15:57:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/ac82a863/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 69ebdb6..0929c3d 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -888,6 +888,7 @@ runTests () {
       # HBase tests have been flagged with an innocuous '-Dhbase.test' just so they can
       # be identified as hbase in a process listing.
       ZB_STACK=`jps -v | grep surefirebooter | grep '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"`
+      jps -v | grep surefirebooter | grep '-Dhbase.test'
       jps -v | grep surefirebooter | grep '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
       echo "************ END  zombies jstack extract"
       JIRA_COMMENT="$JIRA_COMMENT