ctubbsii commented on code in PR #5555:
URL: https://github.com/apache/accumulo/pull/5555#discussion_r2103307782
##########
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_3_IT.java:
##########
@@ -93,6 +94,11 @@ public static void beforeTests() throws Exception {
startMiniClusterWithConfig(new ExternalCompaction3Config());
}
+ @AfterAll
+ public static void afterTests() {
+ stopMiniCluster();
+ }
+
Review Comment:
This might need to be backported to 2.1
##########
test/src/main/java/org/apache/accumulo/test/functional/OnDemandTabletUnloadingIT.java:
##########
@@ -116,6 +116,7 @@ public static void beforeAll() throws Exception {
@AfterAll
public static void after() throws Exception {
+ SharedMiniClusterBase.stopMiniCluster();
Review Comment:
This might need to be backported to 2.1
##########
test/src/main/java/org/apache/accumulo/test/functional/ManagerAssignmentIT.java:
##########
@@ -110,6 +110,7 @@ public static void beforeAll() throws Exception {
@AfterAll
public static void afterAll() {
client.close();
+ SharedMiniClusterBase.stopMiniCluster();
Review Comment:
This might need to be backported to 2.1
##########
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompaction_1_IT.java:
##########
@@ -139,6 +139,7 @@ public static void afterTests() throws Exception {
if (testLock != null) {
testLock.unlock();
}
+ stopMiniCluster();
Review Comment:
This might need to be backported to 2.1
--
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]