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


##########
streams/src/test/java/org/apache/kafka/streams/integration/HighAvailabilityTaskAssignorIntegrationTest.java:
##########
@@ -137,8 +138,8 @@ private void shouldScaleOutWithWarmupTasks(final 
Function<String, Materialized<O
             new TopicPartition(inputTopic, 1)
         );
 
-        final String storeName = "store" + testId;
-        final String storeChangelog = appId + "-store-changelog";
+        final String storeName = "store_" + Uuid.randomUuid().toString();

Review Comment:
   Why does `testId` not work here?



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