You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/04/25 07:56:59 UTC

[incubator-iotdb] branch cluster_read updated: clear property set in test

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

lta pushed a commit to branch cluster_read
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/cluster_read by this push:
     new c64a7b2  clear property set in test
c64a7b2 is described below

commit c64a7b29550466274b27be42dca9422e806732c2
Author: lta <li...@163.com>
AuthorDate: Thu Apr 25 15:56:42 2019 +0800

    clear property set in test
---
 .../java/org/apache/iotdb/cluster/config/ClusterDescriptorTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster/src/test/java/org/apache/iotdb/cluster/config/ClusterDescriptorTest.java b/cluster/src/test/java/org/apache/iotdb/cluster/config/ClusterDescriptorTest.java
index 1e8650c..d3b1fe2 100644
--- a/cluster/src/test/java/org/apache/iotdb/cluster/config/ClusterDescriptorTest.java
+++ b/cluster/src/test/java/org/apache/iotdb/cluster/config/ClusterDescriptorTest.java
@@ -150,7 +150,7 @@ public class ClusterDescriptorTest {
     assertEquals(testConcurrentQPTaskThreadNew, config.getConcurrentQPSubTaskThread() + "");
 
 
-    System.setProperty(IoTDBConstant.IOTDB_CONF, "");
+    System.clearProperty(IoTDBConstant.IOTDB_CONF);
     config.deleteAllPath();
   }