Repository: spark
Updated Branches:
  refs/heads/branch-1.6 4f8c7e18f -> bb044ec22


[SPARKR][HOTFIX] Disable flaky SparkR package build test

See https://github.com/apache/spark/pull/9390#issuecomment-157160063 and 
https://gist.github.com/shivaram/3a2fecce60768a603dac for more information

Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>

Closes #9744 from shivaram/sparkr-package-test-disable.

(cherry picked from commit ea6f53e48a911b49dc175ccaac8c80e0a1d97a09)
Signed-off-by: Andrew Or <and...@databricks.com>


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

Branch: refs/heads/branch-1.6
Commit: bb044ec2278e5623e8fd3ae1f3172b5047b83439
Parents: 4f8c7e1
Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Authored: Mon Nov 16 16:57:50 2015 -0800
Committer: Andrew Or <and...@databricks.com>
Committed: Mon Nov 16 16:58:02 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/bb044ec2/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 42e748e..d494b0c 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -369,7 +369,9 @@ class SparkSubmitSuite
     }
   }
 
-  test("correctly builds R packages included in a jar with --packages") {
+  // TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
+  // See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
+  ignore("correctly builds R packages included in a jar with --packages") {
     assume(RUtils.isRInstalled, "R isn't installed on this machine.")
     val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
     val sparkHome = sys.props.getOrElse("spark.test.home", 
fail("spark.test.home is not set!"))


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

Reply via email to