dajac commented on code in PR #14850:
URL: https://github.com/apache/kafka/pull/14850#discussion_r1407964777


##########
core/src/test/scala/kafka/utils/TestInfoUtils.scala:
##########
@@ -51,7 +51,7 @@ object TestInfoUtils {
       testInfo.getDisplayName().contains("quorum=zkMigration")
     }
   }
-  final val TestWithParameterizedQuorumName = "{displayName}.quorum={0}"
+  final val TestWithParameterizedQuorumName = 
"{displayName}.{argumentsWithNames}"

Review Comment:
   Changing this one to be aligned with 
https://github.com/apache/kafka/pull/14687.



##########
tools/src/test/java/org/apache/kafka/tools/ToolsTestUtils.java:
##########
@@ -42,7 +42,7 @@
 
 public class ToolsTestUtils {
     /** @see TestInfoUtils#TestWithParameterizedQuorumName()  */
-    public static final String TEST_WITH_PARAMETERIZED_QUORUM_NAME = 
"{displayName}.quorum={0}";
+    public static final String TEST_WITH_PARAMETERIZED_QUORUM_NAME = 
"{displayName}.{argumentsWithNames}";

Review Comment:
   Changing this one to be aligned with 
https://github.com/apache/kafka/pull/14687.



-- 
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