cadonna commented on code in PR #12441:
URL: https://github.com/apache/kafka/pull/12441#discussion_r933169101


##########
streams/src/test/java/org/apache/kafka/streams/integration/KTableSourceTopicRestartIntegrationTest.java:
##########
@@ -100,7 +98,7 @@ public static void closeCluster() {
 
     @BeforeEach
     public void before(final TestInfo testInfo) throws Exception {
-        sourceTopic = SOURCE_TOPIC + "-" + 
testInfo.getTestMethod().map(Method::getName);
+        sourceTopic = SOURCE_TOPIC + "-" + 
IntegrationTestUtils.safeUniqueTestName(getClass(), testInfo);

Review Comment:
   Yeah, thank you! That is known. See 
https://github.com/apache/kafka/pull/12441#issuecomment-1195516666 



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