You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/03/11 18:43:20 UTC

[GitHub] [kafka] jeqo commented on a change in pull request #10293: [KAFKA-12449] Remove deprecated WindowStore#put

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:
users@infra.apache.org