[
https://issues.apache.org/jira/browse/HADOOP-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599371#comment-13599371
]
Ted Yu commented on HADOOP-9394:
--------------------------------
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.
> Port findHangingTest.sh from HBase to Hadoop
> --------------------------------------------
>
> Key: HADOOP-9394
> URL: https://issues.apache.org/jira/browse/HADOOP-9394
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Andrew Wang
> Assignee: Andrew Wang
> Priority: Minor
> Attachments: hadoop-9394-1.patch
>
>
> HBase has this handy {{dev-support/findHangingTests.sh}} script, which parses
> Jenkins consoleText and finds hanging tests for you. This has been especially
> useful for identifying balancer test timeouts (see HDFS-4376 and HDFS-4261).
> It'd be nice to have this in our own {{dev-support}} directory.
--
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