clolov commented on code in PR #12301:
URL: https://github.com/apache/kafka/pull/12301#discussion_r899274256


##########
streams/src/test/java/org/apache/kafka/streams/integration/utils/IntegrationTestUtils.java:
##########
@@ -236,6 +238,16 @@ public static String safeUniqueTestName(final Class<?> 
testClass, final TestName
                 .replace('=', '_');
     }
 
+    public static String safeUniqueTestName(final Class<?> testClass, final 
TestInfo testInfo) {

Review Comment:
   The file 
streams/src/test/java/org/apache/kafka/streams/integration/utils/IntegrationTestUtils.java
 is only added in this pull request for the build to succeed. It will be 
removed once https://github.com/apache/kafka/pull/12285 is merged.



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