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



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/state/internals/CachingKeyValueStoreTest.java
##########
@@ -339,12 +366,24 @@ public void 
shouldThrowIfTryingToDoRangeQueryOnClosedCachingStore() {
         store.range(bytesKey("a"), bytesKey("b"));
     }
 
+    @Test(expected = InvalidStateStoreException.class)

Review comment:
       migrated the whole class. will apply this to the other PRs.




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