cadonna commented on code in PR #14555:
URL: https://github.com/apache/kafka/pull/14555#discussion_r1361732874
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/TasksTest.java:
##########
@@ -52,6 +55,20 @@ public class TasksTest {
private final Tasks tasks = new Tasks(new LogContext());
+ @Test
+ public void shouldCheckStateWhenClosedTasks() {
Review Comment:
nit: the name of this unit test is a bit misleading. I would have expected
something like `shouldCheckStateWhenRemoveTask()`.
--
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]