From 6323cd95442bf6c2617b7e8267e0c0b76e4c47eb Mon Sep 17 00:00:00 2001 From: stack Date: Tue, 13 Oct 2015 07:53:57 -0700 Subject: [PATCH] HBASE-14593 Add more info on zombies to test-patch.sh; ADD EVEN MORE --- dev-support/test-patch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 0929c3df82b..952472c9494 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -884,11 +884,13 @@ runTests () { ZOMBIE_TESTS_COUNT=`zombieCount` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived" + echo "************ zombies jps listing" + jps -v + jps -v | grep surefirebooter | grep '-Dhbase.test' echo "************ BEGIN zombies jstack extract" # 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