netty5-build/src/main/java/io/netty/build
Xiaoyan Lin d513280534 Add TimedOutTestsListener to print the full thread dump on test timeout
Motivation:

See https://github.com/netty/netty/issues/3172

Modifications:

Copy TimedOutTestsListener from 18f9b77a32/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/TimedOutTestsListener.java

Result:

If a test is set the timeout parameter using junit's @Test(timeout = ...) and the timeout is triggered, a full stack trace dump will be outputted and also output the deadlocks if any.
2016-03-04 14:38:15 +09:00
..
checkstyle Ignore the missing private constructor checks for examples 2014-05-22 17:20:13 +09:00
junit Add TimedOutTestsListener to print the full thread dump on test timeout 2016-03-04 14:38:15 +09:00