HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen.
This commit is contained in:
parent
736eb17a79
commit
643227927a
@ -2493,6 +2493,9 @@ Release 2.6.4 - UNRELEASED
|
|||||||
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
|
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
|
||||||
times out occasionally (Sangjin Lee and Colin Patrick McCabe via jlowe)
|
times out occasionally (Sangjin Lee and Colin Patrick McCabe via jlowe)
|
||||||
|
|
||||||
|
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks
|
||||||
|
sometimes times out. (Xiao Chen via aajisaka)
|
||||||
|
|
||||||
Release 2.6.3 - 2015-12-17
|
Release 2.6.3 - 2015-12-17
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -144,7 +144,7 @@ public class TestTimedOutTestsListener {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout=500)
|
@Test(timeout=30000)
|
||||||
public void testThreadDumpAndDeadlocks() throws Exception {
|
public void testThreadDumpAndDeadlocks() throws Exception {
|
||||||
new Deadlock();
|
new Deadlock();
|
||||||
String s = null;
|
String s = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user