Skip to content

Commit 2a2ca48

Browse files
committed
HOTFIX: Disable actor input stream test.
This test makes incorrect assumptions about the behavior of Thread.sleep(). Author: Patrick Wendell <[email protected]> Closes apache#347 from pwendell/stream-tests and squashes the following commits: 10e09e0 [Patrick Wendell] HOTFIX: Disable actor input stream.
1 parent 9dd8b91 commit 2a2ca48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streaming/src/test/scala/org/apache/spark/streaming/InputStreamsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ class InputStreamsSuite extends TestSuiteBase with BeforeAndAfter {
144144
conf.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
145145
}
146146

147-
148-
test("actor input stream") {
147+
// TODO: This test makes assumptions about Thread.sleep() and is flaky
148+
ignore("actor input stream") {
149149
// Start the server
150150
val testServer = new TestServer()
151151
val port = testServer.port

0 commit comments

Comments
 (0)