MINOR: enable KRaft in ConfigCommandIntegrationTest#11732
Conversation
Kvicii
left a comment
There was a problem hiding this comment.
Is there a plan for this PR to be included?
6d93c96 to
e933b66
Compare
dengziming
left a comment
There was a problem hiding this comment.
This PR LGTM, however, it seems that we don't support alter user credentials in KRaft mode whereas this test case work fine, maybe we haven't cover that case.
|
@ahuang98 It looks like some of these tests check that the See |
|
e933b66 to
003ab44
Compare
dengziming
left a comment
There was a problem hiding this comment.
Thanks for the update, left some comments.
| private val zkConnect = "localhost:2181" | ||
| private val dummyAdminZkClient = new DummyAdminZkClient(null) | ||
|
|
||
| @Test |
There was a problem hiding this comment.
We don't need to add Kraft support here since ConfigCommandTest is just a unit test
|
|
||
| @Test | ||
| def shouldExitWithNonZeroStatusOnUpdatingUnallowedConfigViaZk(): Unit = { | ||
| @ParameterizedTest |
There was a problem hiding this comment.
We can improve display name here, see #11957 for an example
ac8f409 to
a0b75ac
Compare
Adding KRaft and ZK params to ConfigCommandIntegrationTest wherever appropriate.
Committer Checklist (excluded from commit message)