[
https://issues.apache.org/jira/browse/HBASE-12195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162770#comment-14162770
]
Ted Yu commented on HBASE-12195:
--------------------------------
Here are two sample runs:
{code}
TYus-MacBook-Pro:trunk tyu$ python dev-support/findHangingTests.py
https://builds.apache.org/job/HBase-TRUNK/5622/consoleFull
Fetching the console output from the URL
Printing hanging tests
Printing Failing tests
Failing test :
org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
{code}
{code}
TYus-MacBook-Pro:trunk tyu$ python dev-support/findHangingTests.py
https://builds.apache.org/job/PreCommit-HBASE-Build/11237/consoleFull
Fetching the console output from the URL
Printing hanging tests
Hanging test : org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Printing Failing tests
{code}
> Fix dev-support/findHangingTests
> --------------------------------
>
> Key: HBASE-12195
> URL: https://issues.apache.org/jira/browse/HBASE-12195
> Project: HBase
> Issue Type: Improvement
> Components: test
> Affects Versions: 1.0.0
> Reporter: Manukranth Kolloju
> Assignee: Manukranth Kolloju
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: 0001-Fix-findHangingTests.patch,
> 0001-Fix-findHangingTests.patch, 0001-Fix-findHangingTests.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The existing script findHangingTests.sh fails to actually find hanging tests.
> Fixing it by replacing it with findHangingTests.py.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)