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/01/21 14:21:24 UTC

[GitHub] [pulsar] eolivelli commented on a change in pull request #9263: Ensure that temporary directories are deleted during tests

eolivelli commented on a change in pull request #9263:
URL: https://github.com/apache/pulsar/pull/9263#discussion_r561917224



##########
File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/AdvertisedAddressTest.java
##########
@@ -42,7 +42,7 @@
 
     @BeforeMethod
     public void setup() throws Exception {
-        bkEnsemble = new LocalBookkeeperEnsemble(3, 0, () -> 0);
+        bkEnsemble = new LocalBookkeeperEnsemble(1, 0, () -> 0);

Review comment:
       a change to this file is not necessary in the scope of this PR, btw we can save to start 2 bookies for this little 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org