lhotari commented on code in PR #20609:
URL: https://github.com/apache/pulsar/pull/20609#discussion_r1234176970
##########
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:
Makes sense. I didn't realize that we already have AssertJ as a dependency
since it's rarely used in the Pulsar code base.
--
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]