Skip to content

Commit 74b2228

Browse files
authored
MINOR: Add a missing @test to test case "shouldCallOldImplementationExceptionHandler" (apache#20427)
`shouldCallOldImplementationExceptionHandler` should be a test case, but somehow misses the `@Test` tag Reviewers: Ken Huang <[email protected]>, TaiJuWu <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent 7527a8b commit 74b2228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,7 @@ public void configure(final Map<String, ?> configs) {
20082008
}
20092009
}
20102010

2011+
@Test
20112012
public void shouldCallOldImplementationExceptionHandler() {
20122013
final KafkaException exception = new KafkaException("KABOOM!");
20132014
final StreamsProducer streamProducer = getExceptionalStreamsProducerOnSend(exception);

0 commit comments

Comments
 (0)