merlimat opened a new pull request #1347: Enforce timeout on all TestNG tests, 
thread dump on timeout
URL: https://github.com/apache/incubator-pulsar/pull/1347
 
 
   ### Motivation
   
    * We have many tests which don't have a `timeOut=xxx` parameter on the 
`@Test` annotation
    * When a timeout happens, we have the stack trace of the main thread, but 
this thread may be just waiting for other background threads which are 
deadlocked.
   
   ### Modification
    * Enforce 30sec timeout on tests where timeout is not defined
    * Print all threads stack traces when a test timeout happens.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to