-
Notifications
You must be signed in to change notification settings - Fork 14.7k
KAFKA-19565: Integration test for Streams-related Admin APIs [2/N] #20266
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
Conversation
Thanks @lucliu1108 |
|
||
@ParameterizedTest(name = TestInfoUtils.TestWithParameterizedGroupProtocolNames) | ||
@MethodSource(Array("getTestGroupProtocolParametersStreamsGroupProtocolOnly")) | ||
def testDescribeStreamsGroups(groupProtocol: String): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was in the previous PR! Duplicate!
|
||
@ParameterizedTest(name = TestInfoUtils.TestWithParameterizedGroupProtocolNames) | ||
@MethodSource(Array("getTestGroupProtocolParametersStreamsGroupProtocolOnly")) | ||
def testDeleteStreamsGroups(groupProtocol: String): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same here!
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Integration tests for Stream Admin related API
Previous PR: #20244
This one adds:
Reviewers: Alieh Saeedi [email protected], Lucas Brutschy
[email protected]