congbobo184 commented on code in PR #19086:
URL: https://github.com/apache/pulsar/pull/19086#discussion_r1058436208
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentTopicTest.java:
##########
@@ -402,4 +404,22 @@ public void testUpdateCursorLastActive() throws Exception {
assertTrue(persistentSubscription.getCursor().getLastActive() >
beforeRemoveConsumerTimestamp);
assertTrue(persistentSubscription2.getCursor().getLastActive() >
beforeRemoveConsumerTimestamp);
}
+
+
+ @Test
+ public void testCreateNonExistentPartitions() throws PulsarAdminException,
PulsarClientException {
+ final String topicName =
"persistent://prop/ns-abc/testCreateNonExistentPartitions";
Review Comment:
also can add a non-persistent topic test, I am not sure whether have the
non-persistent topic test.
--
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]