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


##########
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamOuterJoinTest.java:
##########
@@ -790,9 +790,7 @@ public void 
shouldNotEmitLeftJoinResultForAsymmetricBeforeWindow() {
             time += 1;
             inputTopic2.pipeInput(expectedKeys[2], "a" + expectedKeys[2], 
time);
 
-            processor.checkAndClearProcessResult(
-                new KeyValueTimestamp<>(1, "null+a1", 102L)
-            );
+            processor.checkAndClearProcessResult();

Review Comment:
   Oh dear... the comment already says "should not produce any items"... 
Embarrassing that we still did not catch this bug originally...



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to