vamossagar12 commented on code in PR #11433: URL: https://github.com/apache/kafka/pull/11433#discussion_r1021579198
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java: ########## @@ -2470,7 +2474,7 @@ public void markChangelogAsCorrupted(final Collection<TopicPartition> partitions assertThat(unrevokedTaskChangelogMarkedAsCorrupted.get(), is(true)); assertThat(revokedActiveTask.state(), is(State.SUSPENDED)); - assertThat(unrevokedActiveTask.state(), is(State.CREATED)); + assertThat(unrevokedActiveTask.state(), is(State.RUNNING)); Review Comment: @ableegoldman , this test has undergone some change. Most of it seems cosmetic to me but this one is a deviation from what the original test case was. This change seemed reasonable to me. Let me know what you think about it. -- 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