mjsax commented on code in PR #16906:
URL: https://github.com/apache/kafka/pull/16906#discussion_r1727758540


##########
streams/test-utils/src/test/java/org/apache/kafka/streams/MockProcessorContextTest.java:
##########
@@ -186,38 +183,6 @@ public void process(final String key, final Long value) {
         assertFalse(context.committed());
     }
 
-    @Test
-    public void shouldStoreAndReturnStateStores() {

Review Comment:
   Why do we remove this test? Should we rather rewrite it calling the new 
`init()` passing in a mocked `StateStoreContext` object?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to