Skip to content

Commit

Permalink
Cleanup BK for each test
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Sep 25, 2024
1 parent c6540d9 commit 9b5d390
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
public class ExtensibleLoadManagerCloseTest {

private static final String clusterName = "test";
private final LocalBookkeeperEnsemble bk = new LocalBookkeeperEnsemble(1, 0, () -> 0);
private final List<PulsarService> brokers = new ArrayList<>();
private LocalBookkeeperEnsemble bk;

@BeforeClass(alwaysRun = true)
public void setup() throws Exception {
bk = new LocalBookkeeperEnsemble(1, 0, () -> 0);
bk.start();
}

Expand Down

0 comments on commit 9b5d390

Please sign in to comment.