attilapiros commented on pull request #28708: URL: https://github.com/apache/spark/pull/28708#issuecomment-639553419
I have created one unit test and opened a PR with it: https://github.com/holdenk/spark/pull/5 With `sbt` it is passing as expected: ``` $ ./build/sbt -Pyarn -Phive -Pkubernetes Using /Users/attilazsoltpiros/.sdkman/candidates/java/current as default JAVA_HOME. Note, this will be overridden by -java-home if it is set. [info] Loading project definition from /Users/attilazsoltpiros/git/attilapiros/reviewing/project [info] Resolving key references (21867 settings) ... [info] Set current project to spark-parent (in build file:/Users/attilazsoltpiros/git/attilapiros/reviewing/) > project core [info] Set current project to spark-core (in build file:/Users/attilazsoltpiros/git/attilapiros/reviewing/) > testOnly *.BlockManagerSuite -- -z "test migration of shuffle blocks during decommissioning" [warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list [info] Packaging /Users/attilazsoltpiros/git/attilapiros/reviewing/core/target/scala-2.12/spark-core_2.12-3.1.0-SNAPSHOT.jar ... [info] Done packaging. [info] BlockManagerSuite: [info] - test migration of shuffle blocks during decommissioning (278 milliseconds) [info] ScalaTest [info] Run completed in 3 seconds, 689 milliseconds. [info] Total number of tests run: 1 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [info] Passed: Total 1, Failed 0, Errors 0, Passed 1 [success] Total time: 10 s, completed Jun 5, 2020 5:02:38 PM ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
