forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Fix typo and refactor new group coordinator tests (apache#17072)
This patch fixes a few things: * Typos. * Merge the tests for fetchOffsets and fetchAllOffsets together into parameterized tests since they share the same structure. * Use Topic.GROUP_METADATA_TOPIC_NAME instead of __consumer_offsets in new group coordinator tests. Reviewers: Ken Huang <[email protected]>, David Jacot <[email protected]>
- Loading branch information
1 parent
d55747b
commit 011c3aa
Showing
6 changed files
with
111 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.