mjsax commented on code in PR #17170:
URL: https://github.com/apache/kafka/pull/17170#discussion_r1755872873
##########
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:
Does anybody know? @cadonna maybe?
--
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]