Skip to content
Prev Previous commit
Next Next commit
address comments
  • Loading branch information
LantaoJin committed Feb 19, 2019
commit 098a24650dfe4796e2222cee26362ad62ea8c490
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class JsonProtocolSuite extends SparkFunSuite {
testEvent(executorUnblacklisted, executorUnblacklistedJsonString)
testEvent(nodeBlacklisted, nodeBlacklistedJsonString)
testEvent(nodeUnblacklisted, nodeUnblacklistedJsonString)
// testEvent(executorMetricsUpdate, executorMetricsUpdateJsonString)
testEvent(executorMetricsUpdate, executorMetricsUpdateJsonString)
testEvent(blockUpdated, blockUpdatedJsonString)
testEvent(stageExecutorMetrics, stageExecutorMetricsJsonString)
}
Expand Down