tisonkun commented on code in PR #20609:
URL: https://github.com/apache/pulsar/pull/20609#discussion_r1234193435


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java:
##########
@@ -346,7 +350,8 @@ public void testIsolationPolicy() throws 
PulsarAdminException {
             fail();
         } catch (Exception ex) {
             log.error("Failed to lookup topic: ", ex);
-            assertTrue(ex.getMessage().contains("Failed to look up a broker"));
+            assertTrue(ex.getMessage().contains("Failed to look up a broker")

Review Comment:
   Thank you! I'm not faimilar with this code so I cannot give an approval 
without more details. But @BewareMyPower already approves so it can be fine, 
with his endorsement :D



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