spark git commit: [HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)

2015-04-30 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.3 ae461e73f -> 3bce87ebd


[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)


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

Branch: refs/heads/branch-1.3
Commit: 3bce87ebd818fe5b8d3ddb175751b7ebd6d7f6c7
Parents: ae461e7
Author: Patrick Wendell 
Authored: Thu Apr 30 01:02:33 2015 -0700
Committer: Patrick Wendell 
Committed: Thu Apr 30 01:03:43 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/3bce87eb/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 46d745c..cea4832 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -334,7 +334,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with 
ResetSystemProperties
 runSparkSubmit(args)
   }
 
-  test("includes jars passed in through --packages") {
+  ignore("includes jars passed in through --packages") {
 val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
 val packagesString = 
"com.databricks:spark-csv_2.10:0.1,com.databricks:spark-avro_2.10:0.1"
 val args = Seq(


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



spark git commit: [HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)

2015-04-30 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/master 254e05097 -> 47bf406d6


[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)


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

Branch: refs/heads/master
Commit: 47bf406d608c4777f5f383ba439608f673034a1d
Parents: 254e050
Author: Patrick Wendell 
Authored: Thu Apr 30 01:02:33 2015 -0700
Committer: Patrick Wendell 
Committed: Thu Apr 30 01:02:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/47bf406d/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 c4e6f06..029a115 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -334,7 +334,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with 
ResetSystemProperties
 runSparkSubmit(args)
   }
 
-  test("includes jars passed in through --packages") {
+  ignore("includes jars passed in through --packages") {
 val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
 val packagesString = 
"com.databricks:spark-csv_2.10:0.1,com.databricks:spark-avro_2.10:0.1"
 val args = Seq(


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