squito commented on a change in pull request #23767: [SPARK-26329][CORE] Faster
polling of executor memory metrics.
URL: https://github.com/apache/spark/pull/23767#discussion_r269782754
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala
##########
@@ -452,6 +555,10 @@ class EventLoggingListenerSuite extends SparkFunSuite
with LocalSparkContext wit
case (expected: SparkListenerStageCompleted, actual:
SparkListenerStageCompleted) =>
// accumulables can be different, so only check the stage Id
assert(expected.stageInfo.stageId == actual.stageInfo.stageId)
+ case (expected: SparkListenerTaskEnd, actual: SparkListenerTaskEnd) =>
+ // taskInfo, taskExecutorMetrics, and taskMetrics will be different
object references,
Review comment:
ok on not checking them -- but then that comment is misleading, I'd delete
it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]