315157973 commented on a change in pull request #9659:
URL: https://github.com/apache/pulsar/pull/9659#discussion_r580198482
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
##########
@@ -805,7 +805,7 @@ public void testReplicatorOnPartitionedTopic(boolean
isPartitionedTopic) throws
log.info("--- Starting ReplicatorTest::{} --- ", methodName);
- final String namespace = "pulsar/partitionedNs-" + isPartitionedTopic;
+ final String namespace = "pulsar/partitionedNs-" + isPartitionedTopic
+ "-" + System.nanoTime();;
Review comment:
1)I searched the code, but I didn’t see a namespace with the same name
in other places
2)There are two ";"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]