kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-17839: DescribeConsumerGroupTest doesn't really test different arguments

Open FrankYang0529 opened this issue 1 year ago • 0 comments

Following test cases only add describe types to group name, but don't use it as command arguments.

  • testDescribeExistingGroupWithNoMembers
  • testDescribeAllExistingGroups
  • testDescribeExistingGroup

Committer Checklist (excluded from commit message)

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

FrankYang0529 avatar Oct 20 '24 06:10 FrankYang0529