You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by td...@apache.org on 2015/07/20 20:02:50 UTC

spark git commit: Disable flaky test: ReceiverSuite "block generator throttling".

Repository: spark
Updated Branches:
  refs/heads/branch-1.3 016332535 -> 596a4cb8c


Disable flaky test: ReceiverSuite "block generator throttling".


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

Branch: refs/heads/branch-1.3
Commit: 596a4cb8cca9ca44db93f4bc3d46768b62ad067c
Parents: 0163325
Author: Reynold Xin <rx...@databricks.com>
Authored: Wed Apr 22 21:24:22 2015 -0700
Committer: Tathagata Das <ta...@gmail.com>
Committed: Mon Jul 20 11:02:00 2015 -0700

----------------------------------------------------------------------
 .../src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/596a4cb8/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
----------------------------------------------------------------------
diff --git a/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala b/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
index 5b37de1..fda0259 100644
--- a/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
+++ b/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
@@ -155,7 +155,7 @@ class ReceiverSuite extends TestSuiteBase with Timeouts with Serializable {
     assert(recordedData.toSet === generatedData.toSet)
   }
 
-  test("block generator throttling") {
+  ignore("block generator throttling") {
     val blockGeneratorListener = new FakeBlockGeneratorListener
     val blockInterval = 100
     val maxRate = 1001


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