From 539ac43c3be54abb61b5a44450cc13cc196113b2 Mon Sep 17 00:00:00 2001 From: "Richard W. Eggert II" Date: Sun, 13 Dec 2015 11:33:12 -0500 Subject: [PATCH] removed inaccurate comment line from AsyncRDDActionsSuite --- .../test/scala/org/apache/spark/rdd/AsyncRDDActionsSuite.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/scala/org/apache/spark/rdd/AsyncRDDActionsSuite.scala b/core/src/test/scala/org/apache/spark/rdd/AsyncRDDActionsSuite.scala index ca29defd81489..de015ebd5d237 100644 --- a/core/src/test/scala/org/apache/spark/rdd/AsyncRDDActionsSuite.scala +++ b/core/src/test/scala/org/apache/spark/rdd/AsyncRDDActionsSuite.scala @@ -216,7 +216,6 @@ class AsyncRDDActionsSuite extends SparkFunSuite with BeforeAndAfterAll with Tim // Now allow the executors to proceed with task processing. starter.release(rdd.partitions.length) // Waiting for the result verifies that the tasks were successfully processed. - // This mainly exists to verify that we didn't break task deserialization. Await.result(executionContextInvoked.future, atMost = 15.seconds) }