jeqo commented on a change in pull request #10293: URL: https://github.com/apache/kafka/pull/10293#discussion_r592620290
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/AbstractWindowBytesStoreTest.java ########## @@ -710,73 +710,9 @@ public void testPutAndFetchAfter() { assertNull(entriesByKey.get(6)); } - @Test - @SuppressWarnings("deprecation") - public void testPutSameKeyTimestamp() { Review comment: My mistake, I thought it was repeated. Will add it back. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org