You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/08/25 16:40:51 UTC

[jira] [Commented] (HBASE-9335) Zombie test detection should filter out non-HBase tests

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

Ted Yu commented on HBASE-9335:
-------------------------------

In the above QA run all tests passed:
{code}
[INFO] HBase ............................................. SUCCESS [2.159s]
[INFO] HBase - Common .................................... SUCCESS [19.357s]
[INFO] HBase - Protocol .................................. SUCCESS [16.276s]
[INFO] HBase - Client .................................... SUCCESS [19.758s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.151s]
[INFO] HBase - Hadoop One Compatibility .................. SUCCESS [1.052s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [3.252s]
[INFO] HBase - Server .................................... SUCCESS [54:46.750s]
[INFO] HBase - Integration Tests ......................... SUCCESS [1.476s]
[INFO] HBase - Examples .................................. SUCCESS [6.064s]
[INFO] HBase - Assembly .................................. SUCCESS [0.877s]
{code}
A simple solution is to detect the completion of Assembly module and skip zombie test detection step.
                
> 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