You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yo...@apache.org on 2023/05/23 04:02:58 UTC

[iotdb] branch Ignore-IoTDBConfigNodeConsensusEfficiencyIT created (now fa0309199d9)

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

yongzao pushed a change to branch Ignore-IoTDBConfigNodeConsensusEfficiencyIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at fa0309199d9 finish

This branch includes the following new commits:

     new fa0309199d9 finish

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: finish

Posted by yo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a commit to branch Ignore-IoTDBConfigNodeConsensusEfficiencyIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit fa0309199d9ef46370a0e1892c4b50667d70e740
Author: YongzaoDan <53...@qq.com>
AuthorDate: Tue May 23 12:02:49 2023 +0800

    finish
---
 .../iotdb/confignode/it/IoTDBConfigNodeConsensusEfficiencyIT.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBConfigNodeConsensusEfficiencyIT.java b/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBConfigNodeConsensusEfficiencyIT.java
index b6176ffdde9..049bec61aa9 100644
--- a/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBConfigNodeConsensusEfficiencyIT.java
+++ b/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBConfigNodeConsensusEfficiencyIT.java
@@ -35,6 +35,7 @@ import org.apache.iotdb.rpc.TSStatusCode;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.junit.runner.RunWith;
@@ -118,6 +119,7 @@ public class IoTDBConfigNodeConsensusEfficiencyIT {
     EnvFactory.getEnv().cleanClusterEnvironment();
   }
 
+  @Ignore
   @Test
   public void consensusEfficiencyIT() throws InterruptedException {
     long totalTime = 0;