UladzislauBlok commented on code in PR #20845:
URL: https://github.com/apache/kafka/pull/20845#discussion_r2508285597


##########
storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerTest.java:
##########
@@ -3424,7 +3424,7 @@ public void testCopyQuota(boolean quotaExceeded) throws 
Exception {
             assertEquals(-1L, capture.getValue());
         } else {
             // Verify the copy operation completes within the timeout, since 
it does not need to wait for quota availability
-            assertTimeoutPreemptively(Duration.ofMillis(100), () -> 
task.copyLogSegmentsToRemote(mockLog));
+            assertTimeoutPreemptively(Duration.ofMillis(1000), () -> 
task.copyLogSegmentsToRemote(mockLog));

Review Comment:
   I also was analyzing this test, and result is the same. This should fix 
flakiness, so we can enable this test. Please remove this line 
https://github.com/apache/kafka/pull/20845/files#diff-b1c88902ed00a1f69231484869415b83599a711d5e95dec19c396f0a350c31d9R3404



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