chia7712 commented on code in PR #19884: URL: https://github.com/apache/kafka/pull/19884#discussion_r2141350957
########## test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/junit/RaftClusterInvocationContext.java: ########## @@ -71,6 +70,48 @@ public class RaftClusterInvocationContext implements TestTemplateInvocationConte private final ClusterConfig clusterConfig; private final boolean isCombined; + // Copied from TestUtils (package-private) + private static final long DEFAULT_POLL_INTERVAL_MS = 100; Review Comment: they can be local variables instead -- 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