zhanghaou commented on code in PR #25276:
URL: https://github.com/apache/pulsar/pull/25276#discussion_r2881372492
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiTest.java:
##########
@@ -2339,6 +2339,92 @@ public void testUnsubscribeOnNamespace(Integer
numBundles) throws Exception {
new ArrayList<>());
}
+ @Test(dataProvider = "numBundles")
+ public void testUnsubscribeNamespaceBundleOnUnloadedBundle(Integer
numBundles) throws Exception {
Review Comment:
More test cases had added.
--
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]