chia7712 commented on code in PR #22968:
URL: https://github.com/apache/kafka/pull/22968#discussion_r3664158585


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/admin/AdminMetadataTest.java:
##########
@@ -59,6 +61,11 @@ public class AdminMetadataTest {
         this.clusterInstance = clusterInstance;
     }
 
+    @BeforeEach
+    public void setup() throws InterruptedException {

Review Comment:
   Excuse me, which flaky test would you like to fix? Are you referring to 
`testDescribeCluster`? If so, should we move the wait logic inside that 
specific test to avoid delaying others?



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