chia7712 commented on PR #20496:
URL: https://github.com/apache/kafka/pull/20496#issuecomment-3263994584
```
Gradle Test Run :core:test > Gradle Test Executor 33 >
PlaintextAdminIntegrationTest > testListGroups() FAILED
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at
app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at
app//kafka.api.PlaintextAdminIntegrationTest.testListGroups(PlaintextAdminIntegrationTest.scala:2643)
```
The test is still flaky on my local machine. Perhaps it needs
`waitUntilTrue` to ensure all groups are ready?
--
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]