HBASE-7350 - Flakey tests make CI unreliable - commit to test a change in the build script - 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac3f89ca3a
commit
5c5c60f882
|
@ -634,7 +634,7 @@ runTests () {
|
|||
BAD=0
|
||||
fi
|
||||
ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
|
||||
if [[ ZOMBIE_TESTS_COUNT != 0 ]] ; then
|
||||
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
|
||||
echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived"
|
||||
echo "************ BEGIN zombies jstack extract"
|
||||
jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"
|
||||
|
|
Loading…
Reference in New Issue