vamossagar12 commented on a change in pull request #9508: URL: https://github.com/apache/kafka/pull/9508#discussion_r556503148
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/CachingInMemoryKeyValueStoreTest.java ########## @@ -359,6 +361,34 @@ public void shouldReverseIterateOverRange() { ), results); } + @Test + public void shouldGetRecordsWithPrefixKey() { Review comment: i have added wherever the boundary conditions were not getting tested. ---------------------------------------------------------------- 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