mjsax commented on code in PR #16745:
URL: https://github.com/apache/kafka/pull/16745#discussion_r1699435783
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java:
##########
@@ -2661,17 +2662,20 @@ public void
shouldNotCheckpointAfterRestorationWhenExactlyOnceEnabled() {
}
@Test
- public void
shouldPunctuateNotHandleFailProcessingExceptionAndThrowStreamsException() {
+ public void
punctuateShouldNotHandleFailProcessingExceptionAndThrowStreamsException() {
Review Comment:
renaming to make it readable :) (same below)
Plus some formatting changes to make the code readable
--
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]