Repository: spark
Updated Branches:
  refs/heads/master 0a2b15ce4 -> 7cf1eb79b


[SPARK-7287] enabled fixed test

andrewor14 pwendell I reenabled the test. Let's see if it's fixed. I did also 
notice that `--jars` started to fail after this was ignored though in the JIRA. 
like 
[here](https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop2.0,label=centos/2238/consoleFull),
 you see that --jars fails for the same exact reason.

Has any change been made to Spark Submit recently? Did the test setup on 
Jenkins change? If we look into flaky tests last month, you wouldn't find this 
test among them.

Author: Burak Yavuz <[email protected]>

Closes #5826 from brkyvz/restart-test and squashes the following commits:

f509f68 [Burak Yavuz] enabled fixed test


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

Branch: refs/heads/master
Commit: 7cf1eb79b1fa290aa1d867a8a1eaaea86d6b2239
Parents: 0a2b15c
Author: Burak Yavuz <[email protected]>
Authored: Thu Apr 30 23:39:58 2015 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Thu Apr 30 23:39:58 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/7cf1eb79/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 8360b94..35382be 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,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with 
ResetSystemProperties
     runSparkSubmit(args)
   }
 
-  ignore("includes jars passed in through --packages") {
+  test("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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to