cadonna commented on code in PR #17170:
URL: https://github.com/apache/kafka/pull/17170#discussion_r1756474868


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java:
##########
@@ -1578,6 +1574,10 @@ public void 
shouldRethrowTaskCorruptedExceptionFromStateUpdater() {
         assertEquals(mkSet(taskId00, taskId01), thrown.corruptedTasks());
         assertEquals("Tasks [0_1, 0_0] are corrupted and hence need to be 
re-initialized", thrown.getMessage());
     }
+
+    // this @Test annotation was removed via 
https://github.com/apache/kafka/pull/15896
+    // but I am not sure why -- maybe by mistake?
+    @Test

Review Comment:
   I am quite sure, it was a mistake that we missed. 



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