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


##########
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:
   @tisonkun I switched to use AssertJ. However, there was a need to upgrade 
the AssertJ version since `.containsAnyOf` wasn't available in the version that 
was used. That is available since AssertJ 3.21.0, we were using 3.18.1 . I 
upgraded to latest AssertJ version which is 3.24.2 .



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