dajac commented on code in PR #15202:
URL: https://github.com/apache/kafka/pull/15202#discussion_r1466381107


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/CommitRequestManagerTest.java:
##########
@@ -272,7 +270,35 @@ public void 
testSyncAutocommitRetriedAfterRetriableException(Errors error) {
 
         // We expect that request should have been retried on this sync commit.
         assertExceptionHandling(commitRequestManger, error, true);
-        assertCoordinatorDisconnect(error);
+    }
+
+    @ParameterizedTest
+    @MethodSource("commitSyncExpectedExceptions")
+    public void testCommitSyncFailsWithExpectedException(Errors commitError,
+                                                      Class<? extends 
Exception> expectedException) {

Review Comment:
   nit: Indentation is off here.



-- 
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]

Reply via email to