Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21469#discussion_r193622940
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryListenerSuite.scala
 ---
    @@ -231,7 +231,7 @@ class StreamingQueryListenerSuite extends StreamTest 
with BeforeAndAfter {
       test("event ordering") {
         val listener = new EventCollector
         withListenerAdded(listener) {
    -      for (i <- 1 to 100) {
    +      for (i <- 1 to 50) {
    --- End diff --
    
    After the patch this test starts failing: it just means there's more time 
needed to run this loop 100 times, and doesn't mean the logic is broken. 
Decreasing number works for me.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to