showuon commented on a change in pull request #11292: URL: https://github.com/apache/kafka/pull/11292#discussion_r700908241
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/AbstractWindowBytesStoreTest.java ########## @@ -1176,6 +1105,7 @@ private void putFirstBatch(final WindowStore<Integer, String> store, store.put(0, "zero", startTime); store.put(1, "one", startTime + 1L); store.put(2, "two", startTime + 2L); + store.put(3, "three", startTime + 2L); Review comment: add 2 records at the same timestamp to test the forward and backward fetch cases. -- 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