You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/09/08 04:18:35 UTC

[shardingsphere] branch master updated: #6872, close pool (#7305)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7de1b6e  #6872, close pool (#7305)
7de1b6e is described below

commit 7de1b6e7aba7ca6c8bf6e8833beb499e87e473be
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Tue Sep 8 12:18:22 2020 +0800

    #6872, close pool (#7305)
---
 .../shardingsphere/dbtest/env/dataset/DataSetEnvironmentManager.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/env/dataset/DataSetEnvironmentManager.java b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/env/dataset/DataSetEnvironmentManager.java
index d4e8438..71262f1 100644
--- a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/env/dataset/DataSetEnvironmentManager.java
+++ b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/java/org/apache/shardingsphere/dbtest/env/dataset/DataSetEnvironmentManager.java
@@ -139,6 +139,7 @@ public final class DataSetEnvironmentManager {
         }
         try {
             shardingSphereExecutorService.getExecutorService().invokeAll(clearTasks);
+            shardingSphereExecutorService.close();
             // CHECKSTYLE:OFF
         } catch (final Exception ex) {
             // CHECKSTYLE:ON