AnonHxy commented on code in PR #21461:
URL: https://github.com/apache/pulsar/pull/21461#discussion_r1393712861


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/impl/ModularLoadManagerImplTest.java:
##########
@@ -785,6 +787,49 @@ public void testRemoveDeadBrokerTimeAverageData() throws 
Exception {
         assertEquals(data.size(), 1);
     }
 
+    @Test
+    public void testBundleDataDefaultValue() throws Exception {
+        final String tenant = "test";
+        final String cluster = "test";
+        String namespace = tenant + "/" + cluster + "/" + "test";

Review Comment:
   Done @poorbarcode 



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