jeqo commented on a change in pull request #9137:
URL: https://github.com/apache/kafka/pull/9137#discussion_r471459574



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/state/internals/AbstractKeyValueStoreTest.java
##########
@@ -188,7 +188,55 @@ public void testPutGetRange() {
     }
 
     @Test
-    public void testPutGetRangeWithDefaultSerdes() {
+    public void testPutGetReverseRange() {

Review comment:
       @ableegoldman I have extended `RocksDBTimestampedStoreTest` to use 
`reverseAll` and `reverseRange` as part of the current tests. 
   Unfortunately, `AbstractKeyValueStoreTest` tests do not fit with the 
creation path of Timestamped stores as pre inserted data is required. 
   Will add this to the same JIRA ticket to consider when refactoring iterators 
and tests.
   
    




----------------------------------------------------------------
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


Reply via email to