bvarghese1 commented on PR #24196:
URL: https://github.com/apache/flink/pull/24196#issuecomment-1936127479

   > @bvarghese1 Could you please explain how does this improve the test 
reliability?
   Previously the input was:
   ```
           Row.of(7, 3, "2020-04-15 08:00:16"),
           Row.of(11, 7, "2020-04-15 08:00:11"),
           Row.of(13, 10, "2020-04-15 08:00:13")
   ```
   This would make the processing unreliable depending on when the watermark is 
processed. If its not timely then events like `Row.of(11, 7, "2020-04-15 
08:00:11")` gets processed otherwise they get discarded due to being late. To 
fix this I changed the order of the input to make it a bit more reliable for 
tests. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to