git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1433718 13f79535-47bb-0310-9956-ffa450edef68
@@ -18,6 +18,9 @@ Release 0.23.6 - UNRELEASED
HADOOP-8561. Introduce HADOOP_PROXY_USER for secure impersonation in
child hadoop client processes (Yu Gao via tgraves)
+ HADOOP-9217. Print thread dumps when hadoop-common tests fail.
+ (Andrey Klochkov via suresh)
+
OPTIMIZATIONS
BUG FIXES
@@ -489,6 +489,18 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <properties>
+ <property>
+ <name>listener</name>
+ <value>org.apache.hadoop.test.TimedOutTestsListener</value>
+ </property>
+ </properties>
+ </configuration>
+ </plugin>
</plugins>
</build>