Re: Test timeouts

2012-09-14 Thread Todd Lipcon
On Fri, Sep 14, 2012 at 11:23 AM, Aaron T. Myers wrote: > > So, if you see a test case fail by reaching the Surefire fork timeout, > please file a JIRA to add a JUnit timeout for that test. If when adding a > test case you think that it might time out, please add a JUnit timeout. I'd go one step

Test timeouts

2012-09-14 Thread Aaron T. Myers
Hello devs, With the commit of HADOOP-8755, we now have support for printing a thread dump whenever a test case times out. However, this will only happen for test cases which are annotated with a JUnit timeout, i.e. those annotated with something like "@Test(timeout=X)". Unfortunately, there doesn