mjsax commented on code in PR #18088: URL: https://github.com/apache/kafka/pull/18088#discussion_r1874182211
########## streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamImplTest.java: ########## @@ -2233,72 +2228,6 @@ public Set<StoreBuilder<?>> stores() { } } - @Test - public void shouldBindStateWithOldProcessor() { Review Comment: This test does not use any store... Not sure about it -- if we follow the test name, the two test I updated above cover this case -- thus removing this one (it's either a duplicate, or it's purpose is unclear...) -- 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