C0urante commented on code in PR #12478:
URL: https://github.com/apache/kafka/pull/12478#discussion_r956045554


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/errors/RetryWithToleranceOperator.java:
##########
@@ -175,9 +179,8 @@ protected <V> V execAndRetry(Operation<V> operation) throws 
Exception {
                 log.trace("Caught a retriable exception while executing {} 
operation with {}", context.stage(), context.executingClass());
                 errorHandlingMetrics.recordFailure();
                 if (checkRetry(startTime)) {

Review Comment:
   Yeah, I think the lost test cases are fine as long as we still cover enough 
of the basic logic with more coarse-grained testing.



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