patrik-marton commented on code in PR #17815: URL: https://github.com/apache/kafka/pull/17815#discussion_r1860208569
########## connect/mirror-client/src/test/java/org/apache/kafka/connect/mirror/ReplicationPolicyTest.java: ########## @@ -38,15 +38,19 @@ public void setUp() { @Test public void testInternalTopic() { + Map<String, Object> config = new HashMap<>(); + config.put(MirrorClientConfig.REPLICATION_POLICY_SEPARATOR, "."); + DEFAULT_REPLICATION_POLICY.configure(config); Review Comment: The test execution order seems to be random, so I had to add this part to avoid collision with the other tests where the separator is unique. -- 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