dongjoon-hyun commented on PR #41364: URL: https://github.com/apache/spark/pull/41364#issuecomment-1569379919
I'm checking the AS-IS master branch. Unfortunately, it seems that I found another instance of `mockito`-`bytebuddy` conflicts in YARN module. ``` $ git log --oneline -n1 8a1100806d (HEAD -> master, apache/master, apache/HEAD) [SPARK-43830][BUILD][FOLLOWUP] Update scalatest and scalatestplus related dependencies to newest version $ build/sbt -Pyarn "yarn/testOnly *.YarnShuffleServiceMetricsSuite" ... [info] YarnShuffleServiceMetricsSuite: [info] org.apache.spark.network.yarn.YarnShuffleServiceMetricsSuite *** ABORTED *** (25 milliseconds) [info] java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) ``` Could you double-check the above, @panbingkun ? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
