Skip to content

Commit 4d1021c

Browse files
committed
fix ut
1 parent 6d5643c commit 4d1021c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

core/src/test/resources/HistoryServerExpectations/executor_list_with_executor_garbage_collection_metrics_json_expectation.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"MinorGCTime" : 374,
5252
"MajorGCCount" : 3,
5353
"MajorGCTime" : 170
54-
}
54+
},
55+
"attributes" : { }
5556
}, {
5657
"id" : "2",
5758
"hostPort" : "028.company.com:46325",
@@ -83,7 +84,8 @@
8384
"totalOnHeapStorageMemory" : 97832140,
8485
"totalOffHeapStorageMemory" : 0
8586
},
86-
"blacklistedInStages" : [ ]
87+
"blacklistedInStages" : [ ],
88+
"attributes" : { }
8789
}, {
8890
"id" : "1",
8991
"hostPort" : "036.company.com:35126",
@@ -115,5 +117,6 @@
115117
"totalOnHeapStorageMemory" : 97832140,
116118
"totalOffHeapStorageMemory" : 0
117119
},
118-
"blacklistedInStages" : [ ]
120+
"blacklistedInStages" : [ ],
121+
"attributes" : { }
119122
} ]

0 commit comments

Comments
 (0)