Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
passed 1,000 times
  • Loading branch information
brkyvz committed Dec 15, 2016
commit fc2bc34b70559d9e52837ff05a898b7000389c8c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class StreamingQueryListenerSuite extends StreamTest with BeforeAndAfter {
spark.sparkContext.listenerBus.waitUntilEmpty(10000)
}

testQuietly(s"single listener, check trigger events are generated correctly- $i") {
testQuietly(s"single listener, check trigger events are generated correctly") {
val clock = new StreamManualClock
val inputData = new MemoryStream[Int](0, sqlContext)
val df = inputData.toDS().as[Long].map {
Expand Down