ilyazr commented on code in PR #15701:
URL: https://github.com/apache/kafka/pull/15701#discussion_r1575054055


##########
metadata/src/test/java/org/apache/kafka/controller/errors/EventHandlerExceptionInfoTest.java:
##########
@@ -174,10 +180,18 @@ public void testUnexpectedBaseOffsetExceptionInfo() {
     public void testUnexpectedBaseOffsetFailureMessage() {
         assertEquals("event failed with UnexpectedBaseOffsetException (treated 
as " +
             "NotControllerException) at epoch 123 in 90 microseconds. 
Renouncing leadership " +
-            "and reverting to the last committed offset 456.",
+            "and reverting to the last committed offset 456. Detailed 
exception message: Wanted base offset 3, but the next offset was 4",
                 UNEXPECTED_END_OFFSET.failureMessage(123, 
OptionalLong.of(90L), true, 456L));
     }
 
+    @Test
+    public void testKafkaExceptionFailureMessage() {

Review Comment:
   It definitely would be better to have a clear name for the test. I've 
changed it to the suggested one



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to