mjsax commented on code in PR #16988:
URL: https://github.com/apache/kafka/pull/16988#discussion_r1735341352
##########
streams/src/test/java/org/apache/kafka/streams/integration/StreamsUncaughtExceptionHandlerIntegrationTest.java:
##########
@@ -136,30 +136,9 @@ public void teardown() throws IOException {
purgeLocalStreamsState(properties);
}
- @Test
- public void shouldShutdownThreadUsingOldHandler() throws Exception {
Review Comment:
Given that we remove all test for the old handler, we should remove the
class level annotation to suppress deprecation warnings, too.
--
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]