pprovenzano commented on code in PR #13114:
URL: https://github.com/apache/kafka/pull/13114#discussion_r1100722376


##########
core/src/test/scala/unit/kafka/server/AlterUserScramCredentialsRequestTest.scala:
##########
@@ -85,15 +113,17 @@ class AlterUserScramCredentialsRequestTest extends 
BaseRequestTest {
           .setUpsertions(util.Arrays.asList(upsertion1, upsertion2))).build(),
     )
     requests.foreach(request => {
-      val response = sendAlterUserScramCredentialsRequest(request)
+      val response = sendAlterUserScramCredentialsRequest(request, 
adminSocketServer)
       val results = response.data.results
       assertEquals(2, results.size)
       checkAllErrorsAlteringCredentials(results, Errors.DUPLICATE_RESOURCE, 
"when altering the same credential twice in a single request")
     })
   }
 
-  @Test
-  def testAlterEmptyUser(): Unit = {
+  @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumName)
+  @ValueSource(strings = Array("kraft", "zk"))
+  def testAlterEmptyUser(quorum: String): Unit = {
+      println("Starting test")

Review Comment:
   Fix
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to