HDFS-10253. Fix TestRefreshCallQueue failure (Contributed by Xiaoyu Yao)
(cherry picked from commit 54b2e78fd28c9def42bec7f0418833bad352686c) (cherry picked from commit aa38748997ae93d0ba91ecfbad77f7dfea25c7da)
This commit is contained in:
parent
608223b51b
commit
bafcb584a8
@ -92,7 +92,7 @@ public void tearDown() throws Exception {
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public static class MockCallQueue<E> extends LinkedBlockingQueue<E> {
|
||||
public MockCallQueue(int cap, String ns, Configuration conf) {
|
||||
public MockCallQueue(int levels, int cap, String ns, Configuration conf) {
|
||||
super(cap);
|
||||
mockQueueConstructions++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user