slachiewicz commented on PR #307: URL: https://github.com/apache/flink-connector-kafka/pull/307#issuecomment-5615498306
@MartijnVisser This rename may be the fix for [FLINK-40622](https://issues.apache.org/jira/browse/FLINK-40622), not only a classification cleanup. `SourceTopicIntegrityTest` matches `**/*Test.*`, so it runs in the `default-test` execution at `flink.forkCountUnitTest=4`: four JVMs each starting a Testcontainers broker and a 3-TaskManager MiniCluster. The `integration-tests` execution runs at `flink.forkCountITCase=2` with `reuseForks=false`. [FLINK-40589](https://issues.apache.org/jira/browse/FLINK-40589) already raised that wait from 2s to 20s for scheduling on slow runners, and the timeout recurred twice after it. That fits contention between the four forks rather than a wait that is still too short, which is what this rename removes. Worth pinning before it is treated as the fix: a green run of this branch would be the evidence. *This comment was created with AI assistance.* -- 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]
