UladzislauBlok commented on code in PR #21971:
URL: https://github.com/apache/kafka/pull/21971#discussion_r3589666964


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/MeteredTimestampedKeyValueStoreWithHeadersTest.java:
##########
@@ -697,4 +702,58 @@ public void 
shouldUseHeadersFromValueToDeserializeKeyInPrefixScan() {
         // The critical verification: key deserializer must have been called 
with HEADERS (not empty headers)
         verify(keyDeserializer).deserialize(any(), eq(HEADERS), 
eq(KEY.getBytes()));
     }
+
+    @Test
+    public void shouldReturnRightEntriesForHeaderDependentSerdeInPrefixScan() {
+        setUp();
+        reset(inner);

Review Comment:
   needed because of strict stubs



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to