You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/10/23 01:04:00 UTC

[jira] [Resolved] (HBASE-16819) findHangingTests.py should recognize tests with same name from different modules

     [ https://issues.apache.org/jira/browse/HBASE-16819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HBASE-16819.
----------------------------
    Resolution: Later

> findHangingTests.py should recognize tests with same name from different modules
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-16819
>                 URL: https://issues.apache.org/jira/browse/HBASE-16819
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>
> I was using findHangingTests.py on one of the 1.4 Jenkins builds:
> {code}
> ERROR! Multiple tests with same name 'TestTableMapReduceUtil'. Might get wrong results for this test.
> ERROR! No test 'TestTableMapReduceUtil' found in hanging_tests. Might get wrong results for this test.
> ERROR! Multiple tests with same name 'TestHTablePool'. Might get wrong results for this test.
> ERROR! No test 'TestHTablePool' found in hanging_tests. Might get wrong results for this test.
> {code}
> There are mapred.TestTableMapReduceUtil and mapreduce.TestTableMapReduceUtil which confused findHangingTests.py
> Similar issue with tests whose name contains $:
> {code}
> Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableReusablePool
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.273 sec - in org.apache.hadoop.hbase.client.TestHTablePool$TestHTableReusablePool
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)