dajac opened a new pull request, #13863:
URL: https://github.com/apache/kafka/pull/13863

   This test still fails regularly with the following error:
   
   ```
   Error
   java.util.concurrent.ExecutionException: 
org.opentest4j.AssertionFailedError: Timed out while awaiting expected 
assignment Set(topicWithAllPartitionsOnAllRacks-0, 
topicWithSingleRackPartitions-0). The current assignment is []
   Stacktrace
   java.util.concurrent.ExecutionException: 
org.opentest4j.AssertionFailedError: Timed out while awaiting expected 
assignment Set(topicWithAllPartitionsOnAllRacks-0, 
topicWithSingleRackPartitions-0). The current assignment is []
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at 
integration.kafka.server.FetchFromFollowerIntegrationTest.$anonfun$testRackAwareRangeAssignor$9(FetchFromFollowerIntegrationTest.scala:211)
        at 
integration.kafka.server.FetchFromFollowerIntegrationTest.$anonfun$testRackAwareRangeAssignor$9$adapted(FetchFromFollowerIntegrationTest.scala:211)
        at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)
        at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)
   ```
   
   I propose to increase the timeouts to 30 secs to mitigate it. The test 
already uses 30 secs timeouts in many places. This patch uses 30 secs 
everywhere.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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