Skip to content

Commit 8f2934b

Browse files
author
David McGuire
committed
Remove arbitrary thread timing / cooperation code
1 parent 70ee310 commit 8f2934b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class ReceiverSuite extends TestSuiteBase with Timeouts with Serializable {
176176
blockGenerator.addData(count)
177177
generatedData += count
178178
count += 1
179-
Thread.`yield`()
180179
}
181180
blockGenerator.stop()
182181

0 commit comments

Comments
 (0)