coderzc commented on code in PR #19086:
URL: https://github.com/apache/pulsar/pull/19086#discussion_r1059302975


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/nonpersistent/NonPersistentTopicTest.java:
##########
@@ -96,4 +102,21 @@ public void testAccumulativeStats() throws Exception {
         assertEquals(statsAfterUnsubscribe.getBytesOutCounter(), 
statsBeforeUnsubscribe.getBytesOutCounter());
         assertEquals(statsAfterUnsubscribe.getMsgOutCounter(), 
statsBeforeUnsubscribe.getMsgOutCounter());
     }
+
+    @Test
+    public void testCreateNonExistentPartitions() throws PulsarAdminException, 
PulsarClientException {
+        final String topicName = 
"non-persistent://prop/ns-abc/testCreateNonExistentPartitions";

Review Comment:
   It seems namespace `prop/ns-abc` has not been created yet.



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