Skip to content

Conversation

jim0987795064
Copy link
Contributor

@jim0987795064 jim0987795064 commented Oct 4, 2025

It moves the ReconfigurableQuorumIntegrationTest class to the
org.apache.kafka.server package and consolidates two related tests,
RemoveAndAddVoterWithValidClusterId and
RemoveAndAddVoterWithInconsistentClusterId, into a single file. This
improves code organization and reduces redundancy.

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 Oct 4, 2025
package org.apache.kafka.server;

import org.apache.kafka.clients.admin.Admin;
import org.apache.kafka.clients.admin.FeatureMetadata;
Copy link
Member

Choose a reason for hiding this comment

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

@jim0987795064 Could you merge org.apache.kafka.clients.admin.ReconfigurableQuorumIntegrationTest into this one? Also, please add @Tag("integration")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure.Update it

@github-actions github-actions bot removed the triage PRs from the community label Oct 6, 2025
@github-actions github-actions bot added clients and removed small Small PRs labels Oct 6, 2025
@chia7712 chia7712 merged commit 4a5aa37 into apache:trunk Oct 7, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved clients core Kafka Broker tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants