dajac commented on code in PR #14687:
URL: https://github.com/apache/kafka/pull/14687#discussion_r1410811193
##########
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:
This change is actually not needed anymore with the last version of
`safeUniqueTestName`. Let me remove it. But to answer your question, the topic
name derived from the store name was too long because the testId was included
twice.
--
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]