dimitarndimitrov commented on PR #13432:
URL: https://github.com/apache/kafka/pull/13432#issuecomment-1481689669

   After a rerun, the CI this time failed on 
`CoordinatorTest.testTaskRequestWithOldStartMsGetsUpdated` and 
`MirrorConnectorsWithCustomForwardingAdminIntegrationTest.testCreatePartitionsUseProvidedForwardingAdmin`.
   
   Like with the previous failing test, I didn't see the 
`listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions)` API being 
triggered when debugging either of these, but unlike the previous failing test 
I was unable to locally reproduce a failure over 500+ runs for the former and 
over 50+ runs for the latter (which is much slower, hence only 50 runs):
   ```
   > Configure project :
   Starting build with version 3.5.0-SNAPSHOT (commit id 3f77d983) using Gradle 
8.0.2, Java 14 and Scala 2.13.10
   Build properties: maxParallelForks=16, maxScalacThreads=8, maxTestRetries=0
   
   > Task :trogdor:test
   
   Gradle Test Run :trogdor:test > Gradle Test Executor 527 > CoordinatorTest > 
testTaskRequestWithOldStartMsGetsUpdated() PASSED
   
   BUILD SUCCESSFUL in 4s
   19 actionable tasks: 1 executed, 18 up-to-date
   Completed run: 505
   
   
   ...
   
   
   > Configure project :
   Starting build with version 3.5.0-SNAPSHOT (commit id 3f77d983) using Gradle 
8.0.2, Java 14 and Scala 2.13.10
   Build properties: maxParallelForks=16, maxScalacThreads=8, maxTestRetries=0
   
   > Task :connect:mirror:test
   
   Gradle Test Run :connect:mirror:test > Gradle Test Executor 533 > 
MirrorConnectorsWithCustomForwardingAdminIntegrationTest > 
testCreatePartitionsUseProvidedForwardingAdmin() PASSED
   
   BUILD SUCCESSFUL in 1m 3s
   80 actionable tasks: 1 executed, 79 up-to-date
   Completed run: 53
   
   ```
   


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