mjsax commented on code in PR #12204:
URL: https://github.com/apache/kafka/pull/12204#discussion_r908934184


##########
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSessionWindowAggregateProcessorTest.java:
##########
@@ -253,20 +300,29 @@ public void shouldRemoveMergedSessionsFromStateStore() {
 
     @Test
     public void shouldHandleMultipleSessionsAndMerging() {
+        time.sleep(1001L);

Review Comment:
   Might it be easier to change the internal config of the "emit interval" and 
set it to zero (instead of advancing time)?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to