Skip to content

KAFKA-21019: Add consumer and share group protocol test cases to Docker sanity tests - #23427

Open
majialoong wants to merge 1 commit into
apache:trunkfrom
majialoong:KAFKA-21019
Open

majialoong wants to merge 1 commit into
apache:trunkfrom
majialoong:KAFKA-21019

Conversation

@majialoong

@majialoong majialoong commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator

Add consumer and share group protocol test cases to Docker sanity tests
for JVM and native images in both combined and isolated modes.

@github-actions github-actions Bot added triage PRs from the community tests Test fixes (including flaky tests) docker Official Docker image labels Sep 10, 2026
@majialoong

Copy link
Copy Markdown
Collaborator Author

Local tests passed:

  1. jvm image type
python3 ./docker/docker_build_test.py kafka-21019-test --image-tag jvm --image-type jvm --kafka-archive "$KAFKA_TEST_ARCHIVE"
image
  1. native image type
python3 ./docker/docker_build_test.py kafka-21019-test --image-tag native --image-type native --kafka-archive "$KAFKA_TEST_ARCHIVE"
image


metrics_after_message = self.get_metrics(jmx_tool_config)
try:
self.assertEqual(len(metrics_before_message), 2)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I noticed that the assertion after fetching metrics_after_message seems to need self.assertEqual(len(metrics_after_message), 2) ?

@github-actions github-actions Bot removed the triage PRs from the community label Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Official Docker image tests Test fixes (including flaky tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant