Skip to content

Commit

Permalink
MAPREDUCE-7269. TestNetworkedJob fails (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajisaka committed Apr 6, 2020
1 parent b89d875 commit ab7495d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ public void testNetworkedJob() throws Exception {
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
Expand Down

0 comments on commit ab7495d

Please sign in to comment.