You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/12/18 19:37:46 UTC

[jira] [Created] (HBASE-15013) Add to build script detection of hanging scripts and include list in build report

stack created HBASE-15013:
-----------------------------

             Summary: Add to build script detection of hanging scripts and include list in build report
                 Key: HBASE-15013
                 URL: https://issues.apache.org/jira/browse/HBASE-15013
             Project: HBase
          Issue Type: Sub-task
            Reporter: stack


We have a zombie detector which is run at the end of the build to look for errant processes that may have been started by us.

There is another type of test that doesn't complete in time for surefire and it will report test as timed out but with no detail.

Currently we find these by running the findHangingTests.py script. It just looks for test start that has no matching done. We need to run this at end of script against console output and include its findings in the final log (somehow); its a pain having to do this outside of the test run. This will turn up the hangers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)