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