David Arthur

Results 28 comments of David Arthur

@kamalcph, the test introduced in this PR is flaky on trunk https://ge.apache.org/scans/tests?search.names=CI%20workflow&search.rootProjectNames=kafka&search.tags=github%2Ctrunk&search.tasks=test&search.timeZoneId=America%2FNew_York&search.values=CI&tests.container=kafka.log.remote.RemoteLogOffsetReaderTest&tests.sortField=FLAKY Can you take a look? I have filed KAFKA-17559 in the mean time. Thanks!

We can see that the new condition works as expected here https://github.com/apache/kafka/actions/runs/10601153002

An example of the new workflow https://github.com/mumrah/kafka/actions/runs/10582749491/job/29325023681 Screenshot of the action dispatch dialog

@chia7712 thanks for the feedback. > The quota is limited and so it could impact the other flow (normal PR and CI) Since this workflow is run manually, I think...

@chia7712 thanks for the reviews! I've incorporated your feedback and tested it locally. Seems to be working 👍

I wrote a short guide on flaky tests on the Kafka wiki https://cwiki.apache.org/confluence/display/KAFKA/Flaky+Tests

@unknowntpo I noticed the "GH" in the PR title. If you're trying to test out the new Github Actions build, you need a branch name starting with "gh-". E.g., `gh-fix-producer-performance`

It looks like the UserQuotaTest is the likely culprit. From https://github.com/apache/kafka/actions/runs/13523225366/job/37791507296 ``` Gradle Test Run :core:test > Gradle Test Executor 38 > UserQuotaTest > testQuotaOverrideDelete(String, String) > testQuotaOverrideDelete(String, String).quorum=kraft.groupProtocol=consumer STARTED...

Seems to have reproduced here: https://github.com/apache/kafka/actions/runs/13550598471/job/37873138268?pr=19031 No activity for a while after ``` Wed, 26 Feb 2025 18:35:41 GMT > Task :streams:test-utils:copyDependantLibs Wed, 26 Feb 2025 18:52:51 GMT > Task...

I've not been able to reproduce the Gradle OOM that we're seeing on trunk, however I saw a different OOM over on my fork. https://github.com/mumrah/kafka/actions/runs/13639578283/job/38126853058 ``` 2025-03-03T21:58:41.1436187Z Gradle Test Run...