You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/05/24 04:44:14 UTC

spark git commit: [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages

Repository: spark
Updated Branches:
  refs/heads/master b231baa24 -> 3c1a2d049


[SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3c1a2d04
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3c1a2d04
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3c1a2d04

Branch: refs/heads/master
Commit: 3c1a2d049cd4bf35fd48a032f5008b7bab60833e
Parents: b231baa
Author: Patrick Wendell <pa...@databricks.com>
Authored: Sat May 23 19:44:03 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Sat May 23 19:44:03 2015 -0700

----------------------------------------------------------------------
 .../src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3c1a2d04/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
----------------------------------------------------------------------
diff --git a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
index 8f64ab5..ea9227a 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -335,7 +335,8 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
     runSparkSubmit(args)
   }
 
-  test("includes jars passed in through --packages") {
+  // SPARK-7287
+  ignore("includes jars passed in through --packages") {
     val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
     val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
     val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")


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