TaiJuWu commented on code in PR #16127:
URL: https://github.com/apache/kafka/pull/16127#discussion_r1673847880


##########
clients/src/test/java/org/apache/kafka/test/TestUtils.java:
##########
@@ -706,4 +706,9 @@ public static ApiVersionsResponse createApiVersionsResponse(
                 ApiVersionsResponse.UNKNOWN_FINALIZED_FEATURES_EPOCH,
                 zkMigrationEnabled);
     }
+
+    public static String getCurrentFunctionName() {

Review Comment:
   We can't use `testInfo`, use `testCreateWithDefaults` as example, the name 
from `testInfo.getDisplayName()` will get `testCreateWithDefaults [1] 
Type=Raft-Isolated, MetadataVersion=4.0-IV0,Security=PLAINTEXT` and it is 
illegal name.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to