You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran "sbt clean test" and I get:
[info] - should get worker info *** FAILED ***
[info] 0 did not equal 1 (SparkWebUiActorSpec.scala:129)
....
[info] - should start job and return result successfully (all events) *** FAILED ***
[info] java.lang.AssertionError: assertion failed: timeout (3 seconds) while expecting 2 messages
[info] at scala.Predef$.assert(Predef.scala:179)
[info] at akka.testkit.TestKitBase$$anonfun$receiveN_internal$1.apply(TestKit.scala:622)
[info] at akka.testkit.TestKitBase$$anonfun$receiveN_internal$1.apply(TestKit.scala:619)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
I am running this against 1.1.0. The quick start instructions work just fine.... I am unable to deploy and daemonize spark-jobserver because of this....
Thanks,
Paul
The text was updated successfully, but these errors were encountered:
I ran "sbt clean test" and I get:
[info] - should get worker info *** FAILED ***
[info] 0 did not equal 1 (SparkWebUiActorSpec.scala:129)
....
[info] - should start job and return result successfully (all events) *** FAILED ***
[info] java.lang.AssertionError: assertion failed: timeout (3 seconds) while expecting 2 messages
[info] at scala.Predef$.assert(Predef.scala:179)
[info] at akka.testkit.TestKitBase$$anonfun$receiveN_internal$1.apply(TestKit.scala:622)
[info] at akka.testkit.TestKitBase$$anonfun$receiveN_internal$1.apply(TestKit.scala:619)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
[info] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
I am running this against 1.1.0. The quick start instructions work just fine.... I am unable to deploy and daemonize spark-jobserver because of this....
Thanks,
Paul
The text was updated successfully, but these errors were encountered: