[
https://issues.apache.org/jira/browse/PHOENIX-6169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205268#comment-17205268
]
Istvan Toth commented on PHOENIX-6169:
--------------------------------------
Since it's a recurring problem, we need a way to find the hung tests. For
future reference, I used the commands below:
{code:java}
cat 4.x-hang.log | grep "Running org.apache" |sed -n -e
's/^.*\(org.apache.*$\)/\1/p' |sort > started
cat 4.x-hang.log | grep "in org.apache" |sed -n -e
's/^.*\(org.apache.*$\)/\1/p' |sort > finished
diff started finished
{code}
> IT suite never finishes on 4.x with HBase 1.3 or 1.4
> ----------------------------------------------------
>
> Key: PHOENIX-6169
> URL: https://issues.apache.org/jira/browse/PHOENIX-6169
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 4.16.0
> Environment: ASF Jenkins (at least)
> Reporter: Istvan Toth
> Priority: Blocker
>
> running {{mvn verify}} on the current 4.x branch will hang indefinetly.
> Apart from making it impossible to run all tests, and get a successful test
> run, this also results in Yetus not being able to post precommit check
> results.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)