chengjianyun commented on a change in pull request #4079:
URL: https://github.com/apache/iotdb/pull/4079#discussion_r737322546
##########
File path:
cluster/src/test/java/org/apache/iotdb/cluster/integration/BaseSingleNodeTest.java
##########
@@ -44,23 +45,27 @@
@Before
public void setUp() throws Exception {
initConfigs();
- metaServer = new MetaClusterServer();
- metaServer.start();
- metaServer.buildCluster();
+ daemon = ClusterIoTDB.getInstance();
+ daemon.initLocalEngines();
+ DataGroupEngine.getInstance().resetFactory();
+ daemon.activeStartNodeMode();
}
@After
public void tearDown() throws Exception {
- metaServer.stop();
+ // TODO fixme
+ daemon.stop();
Review comment:
Remove the comments, it should be left over for some mark. We now can
pass all ut cases, so won't need it anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]