MAPREDUCE-7269. TestNetworkedJob fails (#1940)
This commit is contained in:
parent
b89d875f7b
commit
ab7495dc7d
@ -247,7 +247,7 @@ public void testNetworkedJob() throws Exception {
|
|||||||
QueueAclsInfo[] aai = client.getQueueAclsForCurrentUser();
|
QueueAclsInfo[] aai = client.getQueueAclsForCurrentUser();
|
||||||
assertEquals(2, aai.length);
|
assertEquals(2, aai.length);
|
||||||
assertEquals("root", aai[0].getQueueName());
|
assertEquals("root", aai[0].getQueueName());
|
||||||
assertEquals("default", aai[1].getQueueName());
|
assertEquals("root.default", aai[1].getQueueName());
|
||||||
|
|
||||||
// test JobClient
|
// test JobClient
|
||||||
// The following asserts read JobStatus twice and ensure the returned
|
// The following asserts read JobStatus twice and ensure the returned
|
||||||
|
Loading…
Reference in New Issue
Block a user