Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YARN-10823. Fix checkstyle issues
Browse files Browse the repository at this point in the history
9uapaw committed Sep 23, 2021
1 parent ef560cd commit 9ccb438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -5242,7 +5242,7 @@ public void testRootHasAllNodeLabelsOfItsDescendants() throws IOException {
cs.setMaxRunningAppsEnforcer(new CSMaxRunningAppsEnforcer(cs));
cs.reinitialize(conf, cs.getRMContext());

ParentQueue root = (ParentQueue) cs.getRootQueue();
ParentQueue rootQueue = (ParentQueue) cs.getRootQueue();

Assert.assertEquals(Sets.newHashSet("", "test", "test2"),
root.configuredNodeLabels);

0 comments on commit 9ccb438

Please sign in to comment.