Ted Yu created HBASE-16819:
------------------------------
Summary: 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.3.4#6332)