Skip to content
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

KAFKA-17171: Add test cases for STATIC_BROKER_CONFIGin kraft mode #18463

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

frankvicky
Copy link
Contributor

JIRA: KAFKA-17171

The patch should include following test cases.

  1. a topic-related static config is added to quorum controller. The configs from topic creation should include it, but describeConfigs does not.
  2. a topic-related static config is added to quorum controller. The configs from topic creation should include it, and describeConfigs does if admin is using controller.bootstrap
  3. a topic-related static config is added to broker. The configs from topic creation should NOT include it, but describeConfigs does.
  4. a topic-related static config is added to broker. The configs from topic creation should NOT include it, and describeConfigs does not also if admin is using controller.bootstrap
    for another, the docs of STATIC_BROKER_CONFIG should remind the impact of "controller.properties"
    BTW, those test cases should leverage new test infra, since new test infra allow us to define configs to broker/controller individually.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added triage PRs from the community core Kafka Broker tests Test fixes (including flaky tests) small Small PRs labels Jan 9, 2025
@frankvicky frankvicky force-pushed the KAFKA-17171 branch 2 times, most recently from 875e338 to e3d8c4b Compare January 11, 2025 15:38
@github-actions github-actions bot removed the small Small PRs label Jan 11, 2025
Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker needs-attention tests Test fixes (including flaky tests) triage PRs from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant