MINOR: Add a missing @Test to test case "shouldCallOldImplementationExceptionHandler" (#20427)

`shouldCallOldImplementationExceptionHandler` should be a test case, but
somehow misses the `@Test` tag

Reviewers: Ken Huang <s7133700@gmail.com>, TaiJuWu <tjwu1217@gmail.com>,
 Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
TengYao Chi 2025-08-28 15:22:23 +08:00 committed by GitHub
parent 7527a8bac0
commit 74b2228dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2008,6 +2008,7 @@ public class RecordCollectorTest {
}
}
@Test
public void shouldCallOldImplementationExceptionHandler() {
final KafkaException exception = new KafkaException("KABOOM!");
final StreamsProducer streamProducer = getExceptionalStreamsProducerOnSend(exception);