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:
Arpit Agarwal 2014-03-10 23:56:24 +00:00
parent 8e68f64daa
commit d74ec9dd20
2 changed files with 2 additions and 2 deletions

View File

@ -413,6 +413,8 @@ Release 2.4.0 - UNRELEASED
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
HADOOP-10185. FileSystem API for ACLs. (cnauroth)

View File

@ -190,8 +190,6 @@ public void testSwapUnderContention() throws InterruptedException {
Thread.sleep(10);
assertTrue(manager.size() > 0);
for (int i=0; i < 5; i++) {
manager.swapQueue(LinkedBlockingQueue.class, 5000, "", null);
}