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 2021/09/06 03:21:28 UTC

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11897: [Branch-2.7][Broker] Fix using partitioned topic name to get topic policies

gaoran10 commented on a change in pull request #11897:
URL: https://github.com/apache/pulsar/pull/11897#discussion_r702538020



##########
File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
##########
@@ -593,8 +593,6 @@ public void testTlsEnabledWithoutNonTlsServicePorts() throws Exception {
 
         } catch (Exception e) {
             fail("should not fail");
-        } finally {

Review comment:
       If close the `pulsarClient`, it will cause other test methods can't use the `pulsarClient` and there is a clean operation after the test.




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