Skip to content

MINOR: Prevent unnecessary test runs - KAFKA-19042 follow-up #20122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

Yunyung
Copy link
Collaborator

@Yunyung Yunyung commented Jul 7, 2025

PlaintextConsumerTest should extend AbstractConsumerTest instead
BaseConsumerTest. Otherwise, those tests will be executed on both
clients-integration-tests and core (see
https://github.com/apache/kafka/pull/20081/files#r2190749592).

Reviewers: Chia-Ping Tsai [email protected]

@github-actions github-actions bot added triage PRs from the community core Kafka Broker tests Test fixes (including flaky tests) small Small PRs labels Jul 7, 2025
@@ -25,7 +25,7 @@ import org.junit.jupiter.params.provider.MethodSource
import java.util.concurrent.ExecutionException

@Timeout(600)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is only one test case in this file, so could you please reduce the timeout to 60 seconds?

@chia7712 chia7712 merged commit dde0b8c into apache:trunk Jul 7, 2025
25 checks passed
@github-actions github-actions bot removed the triage PRs from the community label Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker small Small PRs tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants