lhotari commented on code in PR #25158:
URL: https://github.com/apache/pulsar/pull/25158#discussion_r2704199543
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiTest.java:
##########
@@ -3429,6 +3429,36 @@ public void testCreateAndDeleteNamespaceWithBundles()
throws Exception {
deleteNamespaceWithRetry(ns, false);
}
+ @Test
+ public void testGetNamespacePoliciesSyncAsyncBundlesConsistency() throws
Exception {
Review Comment:
Did this test fail before making the change to production code? If not, I
think that it would be more useful to verify that the behavior is correct for
the async method regarding the modified detail.
--
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]