Skip to content

Commit 1e76fe4

Browse files
committed
YARN-11579. Fix CheckStyle.
1 parent 1c11943 commit 1e76fe4

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public void verifyClusterMetricsJSON(JSONObject json) throws JSONException,
481481
Exception {
482482
assertEquals("incorrect number of elements", 1, json.length());
483483
JSONObject clusterinfo = json.getJSONObject("clusterMetrics");
484-
assertEquals("incorrect number of elements", 35, clusterinfo.length());
484+
assertEquals("incorrect number of elements", 37, clusterinfo.length());
485485
verifyClusterMetrics(
486486
clusterinfo.getInt("appsSubmitted"), clusterinfo.getInt("appsCompleted"),
487487
clusterinfo.getInt("reservedMB"), clusterinfo.getInt("availableMB"),

0 commit comments

Comments
 (0)