Skip to content
Snippets Groups Projects
Commit 2a2ca48b authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Disable actor input stream test.

This test makes incorrect assumptions about the behavior of Thread.sleep().

Author: Patrick Wendell <pwendell@gmail.com>

Closes #347 from pwendell/stream-tests and squashes the following commits:

10e09e0 [Patrick Wendell] HOTFIX: Disable actor input stream.
parent 9dd8b916
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,8 @@ class InputStreamsSuite extends TestSuiteBase with BeforeAndAfter { ...@@ -144,8 +144,8 @@ class InputStreamsSuite extends TestSuiteBase with BeforeAndAfter {
conf.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock") conf.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
} }
// TODO: This test makes assumptions about Thread.sleep() and is flaky
test("actor input stream") { ignore("actor input stream") {
// Start the server // Start the server
val testServer = new TestServer() val testServer = new TestServer()
val port = testServer.port val port = testServer.port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment