We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193d191 commit 429728fCopy full SHA for 429728f
streaming/src/test/scala/org/apache/spark/streaming/util/RecurringTimerSuite.scala
@@ -72,7 +72,7 @@ class RecurringTimerSuite extends SparkFunSuite {
72
}
73
clock.advance(200)
74
// When RecurringTimer is awake from clock.waitTillTime, it will call `callback` once.
75
- // Then it will find `stopped` is false and exit the loop, but it should call `callback` again
+ // Then it will find `stopped` is true and exit the loop, but it should call `callback` again
76
// before exiting its internal thread.
77
t.join()
78
assert(results === Seq(0L, 100L, 200L))
0 commit comments