mirror of https://github.com/apache/kafka.git
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:
parent
7527a8bac0
commit
74b2228dd7
|
@ -2008,6 +2008,7 @@ public class RecordCollectorTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldCallOldImplementationExceptionHandler() {
|
||||
final KafkaException exception = new KafkaException("KABOOM!");
|
||||
final StreamsProducer streamProducer = getExceptionalStreamsProducerOnSend(exception);
|
||||
|
|
Loading…
Reference in New Issue