You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/24 07:54:26 UTC

[GitHub] [pulsar] jiazhai commented on a diff in pull request #15292: fix resource group does not report usage

jiazhai commented on code in PR #15292:
URL: https://github.com/apache/pulsar/pull/15292#discussion_r857083868


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/resourcegroup/ResourceQuotaCalculatorImplTest.java:
##########
@@ -111,5 +111,15 @@ public void testRQCalcGlobUsedZeroTest() throws PulsarAdminException {
         Assert.assertEquals(newQuota, config);
     }
 
+    @Test
+    public void testNeedToReportLocalUsage() {

Review Comment:
   Thanks for the fix. Before this fix, this test will failed, right?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org