HADOOP-10395. TestCallQueueManager is flaky. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e68f64daa
commit
d74ec9dd20
|
@ -413,6 +413,8 @@ Release 2.4.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-10393. Fix the javac warnings in hadoop-auth. (szetszwo)
|
HADOOP-10393. Fix the javac warnings in hadoop-auth. (szetszwo)
|
||||||
|
|
||||||
|
HADOOP-10395. TestCallQueueManager is flaky. (Arpit Agarwal)
|
||||||
|
|
||||||
BREAKDOWN OF HADOOP-10184 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HADOOP-10184 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HADOOP-10185. FileSystem API for ACLs. (cnauroth)
|
HADOOP-10185. FileSystem API for ACLs. (cnauroth)
|
||||||
|
|
|
@ -190,8 +190,6 @@ public class TestCallQueueManager {
|
||||||
|
|
||||||
Thread.sleep(10);
|
Thread.sleep(10);
|
||||||
|
|
||||||
assertTrue(manager.size() > 0);
|
|
||||||
|
|
||||||
for (int i=0; i < 5; i++) {
|
for (int i=0; i < 5; i++) {
|
||||||
manager.swapQueue(LinkedBlockingQueue.class, 5000, "", null);
|
manager.swapQueue(LinkedBlockingQueue.class, 5000, "", null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue