[ 
https://issues.apache.org/jira/browse/HBASE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749662#comment-13749662
 ] 

Nicolas Liochon commented on HBASE-9335:
----------------------------------------

I don't think we should.
We're supposed to be alone. If there is another test running in parallel, it's 
strange and it's worth knowing, as it can take some resources we need / expect.
                
> Zombie test detection should filter out non-HBase tests
> -------------------------------------------------------
>
>                 Key: HBASE-9335
>                 URL: https://issues.apache.org/jira/browse/HBASE-9335
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>
> Zombie test detection in test-patch.sh sometimes picks up tests from other 
> TLP.
> e.g. from https://builds.apache.org/job/PreCommit-HBASE-Build/6869/console:
> {code}
> "main" prio=10 tid=0x091b4800 nid=0x7634 waiting on condition [0xf69b1000]
>    java.lang.Thread.State: TIMED_WAITING (sleeping)
>       at java.lang.Thread.sleep(Native Method)
>       at 
> org.apache.hadoop.hdfs.server.namenode.ha.TestFailoverWithBlockTokensEnabled.TestFailoverAfterAccessKeyUpdate(TestFailoverWithBlockTokensEnabled.java:159)
> {code}
> When the zombie test doesn't belong to org.apache.hadoop.hbase namespace, it 
> shouldn't be listed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to