[MINOR] Mitigate CI jobs timeout issues (#4173)
* skip shutdown zookeeper in `@AfterAll` in TestHBaseIndex * rebalance CI tests
This commit is contained in:
@@ -119,7 +119,11 @@ public class TestHBaseIndex extends SparkClientFunctionalTestHarness {
|
||||
|
||||
@AfterAll
|
||||
public static void clean() throws Exception {
|
||||
utility.shutdownMiniCluster();
|
||||
utility.shutdownMiniHBaseCluster();
|
||||
utility.shutdownMiniDFSCluster();
|
||||
utility.shutdownMiniMapReduceCluster();
|
||||
// skip shutdownZkCluster due to localhost connection refused issue
|
||||
utility = null;
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
|
||||
Reference in New Issue
Block a user