This is an automated email from the ASF dual-hosted git repository.

xyuanlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new b0ff25eba Fix Flaky Test testGenericBaseDataAccessorBuilder (#2707)
b0ff25eba is described below

commit b0ff25ebab781b8857c64bed73650d68e382e32f
Author: Grant Paláu Spencer <[email protected]>
AuthorDate: Fri Dec 8 13:12:58 2023 -0800

    Fix Flaky Test testGenericBaseDataAccessorBuilder (#2707)
---
 .../apache/helix/integration/multizk/TestMultiZkConnectionConfig.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkConnectionConfig.java
 
b/helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkConnectionConfig.java
index f33572c69..06d8f94f3 100644
--- 
a/helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkConnectionConfig.java
+++ 
b/helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkConnectionConfig.java
@@ -646,6 +646,7 @@ public class TestMultiZkConnectionConfig extends 
MultiZkTestBase {
       // Clean up
       clusterConfig = new ClusterConfig(cluster);
       configAccessorMultiZk.setClusterConfig(cluster, clusterConfig);
+      configAccessorSingleZk.close();
     });
   }
 

Reply via email to