vamossagar12 commented on code in PR #13014: URL: https://github.com/apache/kafka/pull/13014#discussion_r1053568958
########## streams/src/test/java/org/apache/kafka/streams/integration/StoreQueryIntegrationTest.java: ########## @@ -650,12 +659,12 @@ private void produceValueRange(final int key, final int start, final int endExcl } private Properties streamsConfiguration() { - final String safeTestName = safeUniqueTestName(getClass(), testName); + final String safeTestName = safeUniqueTestName(getClass(), this.testInfo); Review Comment: done. -- 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