Skip to content

Commit

Permalink
MINOR: fix test after upstream change
Browse files Browse the repository at this point in the history
Upstream fix: apache/kafka#14426
  • Loading branch information
mjsax committed Mar 6, 2024
1 parent 909f9d6 commit 56a57d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public void shouldJoinTwoStreams() {
impressionInput.pipeKeyValueList(inputAdImpressions);
clickInput.pipeKeyValueList(inputAdClicks);
// Flush result
topologyTestDriver.advanceWallClockTime(Duration.ofSeconds(1L));
impressionInput.pipeInput("dummy", "dummy", currentMs + windowSize.toMillis() * 3);

//
Expand Down

0 comments on commit 56a57d8

Please sign in to comment.