gharris1727 commented on PR #14917: URL: https://github.com/apache/kafka/pull/14917#issuecomment-1839818405
I tested out adding a MiniTrogdorCluster start/stop in a `@BeforeAll` method in the test, and I'm getting reliable test passes at about 20% CPU, where before it was consistent failures. It appears that the first start of MiniTrogdorCluster takes ~110 seconds, while subsequent starts take ~2 seconds. That would explain the trend I was seeing in gradle enterprise, where one test has >30s runtime, while every other test has ~2s runtime. I would probably recommend increasing the timeout in this test to 4 minutes, or adding in the `@BeforeAll` warm-up method I mentioned, in lieu of disabling this test. -- 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