wangyum opened a new pull request #24042: [SPARK-27120][TEST] Upgrade scalatest version to 3.0.5 URL: https://github.com/apache/spark/pull/24042 ## What changes were proposed in this pull request? **ScalaTest 3.0.5 Release Notes** **Bug Fixes** - Fixed the implicit view not available problem when used with compile macro. - Fixed a stack depth problem in RefSpecLike and fixture.SpecLike under Scala 2.13. - Changed Framework and ScalaTestFramework to set spanScaleFactor for Runner object instances for different Runners using different class loaders. This fixed a problem whereby an incorrect Runner.spanScaleFactor could be used when the tests for multiple sbt project's were run concurrently. - Fixed a bug in endsWith regex matcher. **Improvements** - Removed duplicated parsing code for -C in ArgsParser. - Improved performance in WebBrowser. - Documentation typo rectification. - Improve validity of Junit XML reports. - Improved performance by replacing all .size == 0 and .length == 0 to .isEmpty. **Enhancements** - Added 'C' option to -P, which will tell -P to use cached thread pool. - External Dependencies Update - Bumped up scala-js version to 0.6.22. - Changed to depend on mockito-core, not mockito-all. - Bumped up jmock version to 2.8.3. - Bumped up junit version to 4.12. - Removed dependency to scala-parser-combinators. More details: http://www.scalatest.org/release_notes/3.0.5 ## How was this patch tested? manual tests on local machine: ``` nohup build/sbt clean -Djline.terminal=jline.UnsupportedTerminal -Phadoop-2.7 -Pkubernetes -Phive-thriftserver -Pyarn -Pspark-ganglia-lgpl -Phive -Pkinesis-asl -Pmesos test > run.scalatest.log & ```
---------------------------------------------------------------- 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]
