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

spark git commit: [SPARK-6700] disable flaky test

Repository: spark
Updated Branches:
  refs/heads/master 26b415e15 -> 9b40c17ab


[SPARK-6700] disable flaky test

Author: Davies Liu <da...@databricks.com>

Closes #5356 from davies/flaky and squashes the following commits:

08955f4 [Davies Liu] disable flaky test


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

Branch: refs/heads/master
Commit: 9b40c17ab161b64933539abeefde443cb4f98673
Parents: 26b415e
Author: Davies Liu <da...@databricks.com>
Authored: Fri Apr 3 15:22:21 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Fri Apr 3 15:22:21 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/9b40c17a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
----------------------------------------------------------------------
diff --git a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
index 0e37276..c06c010 100644
--- a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
+++ b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
@@ -143,7 +143,8 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
     }
   }
 
-  test("run Python application in yarn-cluster mode") {
+  // Enable this once fix SPARK-6700
+  ignore("run Python application in yarn-cluster mode") {
     val primaryPyFile = new File(tempDir, "test.py")
     Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
     val pyFile = new File(tempDir, "test2.py")


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