kafka
kafka copied to clipboard
KAFKA-17839: DescribeConsumerGroupTest doesn't really test different arguments
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)