bzhaoopenstack opened a new pull request #25659: [SPARK-28770][CORE][TESTS]Ignore SparkListenerStageExecutorMetrics in testApplicationReplay test URL: https://github.com/apache/spark/pull/25659 ### What changes were proposed in this pull request? This patch fix the testApplicationReplay test in ReplayListenerSuite. We compare the event log json except SparkListenerStageExecutorMetrics. ### Why are the changes needed? As for potentail different log events Issue, we found this can be reproduced in X86. This due to the SparkListenerStageExecutorMetrics events may be logged in different order. So the test would be fail in some time. But this is a particular issue for Arm platform. For more details, please see https://issues.apache.org/jira/browse/SPARK-28770 ### Does this PR introduce any user-facing change? No ### How was this patch tested? This is existing UTs, we can test it with the same way like we usually do.
---------------------------------------------------------------- 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]
