You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/23 14:08:01 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29205: [SPARK-32408][BUILD] Disable crossPaths only in GitHub Actions to prevent side effects

HyukjinKwon commented on a change in pull request #29205:
URL: https://github.com/apache/spark/pull/29205#discussion_r459477040



##########
File path: project/SparkBuild.scala
##########
@@ -1035,8 +1035,10 @@ object TestSettings {
         Seq("-eNCXEHLOPQMDF")
       }.getOrElse(Nil): _*),
     testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
-    // Required to detect Junit tests for each project, see also https://github.com/sbt/junit-interface/issues/35
-    crossPaths := false,
+    // This is currently only disabled in GitHun Actions build as a temporary workaround. See SPARK-32408.

Review comment:
       Oops.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org