You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Chao Wang (Jira)" <ji...@apache.org> on 2021/03/23 06:28:00 UTC

[jira] [Created] (IOTDB-1252) optimize test multiple times perform

Chao Wang created IOTDB-1252:
--------------------------------

             Summary: optimize test multiple times perform 
                 Key: IOTDB-1252
                 URL: https://issues.apache.org/jira/browse/IOTDB-1252
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Cluster
            Reporter: Chao Wang
            Assignee: Chao Wang
             Fix For: 0.12.0


Currently, we use MemberTest as the base class and reuse some of its methods. If one test-class extends the MemberTest , the test case of the MemberTest class is executed again when the test case of the subclass is executed. As a result, some tests in the MemberTest class are executed multiple times, increasing the test case execution time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)