Ted Yu created HBASE-8072:
-----------------------------
Summary: Enhance findHangingTest.sh to deal with interleaved test
output
Key: HBASE-8072
URL: https://issues.apache.org/jira/browse/HBASE-8072
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
One enhancement for the script is that we should detect interleaving of tests
in console output.
e.g. from https://builds.apache.org/job/PreCommit-HBASE-Build/4760/console :
{code}
Running org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Running org.apache.hadoop.hbase.regionserver.TestStore
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.224 sec
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 188.814 sec
{code}
The two tests actually both passed. However, the script would think that
TestChangingEncoding hung.
--
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