minor changes
This commit is contained in:
parent
ec1c569fb9
commit
ad5b8f7701
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @file vnodeApiTests.cpp
|
* @file vnodeApiTests.cpp
|
||||||
* @author slguan (slguan@taosdata.com)
|
* @author slguan (slguan@taosdata.com)
|
||||||
* @brief DNODE module API tests
|
* @brief DNODE module acct-msg tests
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2021-12-15
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,16 +1,12 @@
|
||||||
/*
|
/**
|
||||||
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
|
* @file vnodeApiTests.cpp
|
||||||
|
* @author slguan (slguan@taosdata.com)
|
||||||
|
* @brief DNODE module cluster-msg tests
|
||||||
|
* @version 0.1
|
||||||
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* This program is free software: you can use, redistribute, and/or modify
|
* @copyright Copyright (c) 2021
|
||||||
* it under the terms of the GNU Affero General Public License, version 3
|
|
||||||
* or later ("AGPL"), as published by the Free Software Foundation.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "deploy.h"
|
#include "deploy.h"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* @file vnodeApiTests.cpp
|
* @file vnodeApiTests.cpp
|
||||||
* @author slguan (slguan@taosdata.com)
|
* @author slguan (slguan@taosdata.com)
|
||||||
* @brief DNODE module API tests
|
* @brief DNODE module db-msg tests
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2021-12-16
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2021
|
* @copyright Copyright (c) 2021
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* @file vnodeApiTests.cpp
|
* @file vnodeApiTests.cpp
|
||||||
* @author slguan (slguan@taosdata.com)
|
* @author slguan (slguan@taosdata.com)
|
||||||
* @brief DNODE module API tests
|
* @brief DNODE module dnode-msg tests
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2021-12-14
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2021
|
* @copyright Copyright (c) 2021
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,16 +1,12 @@
|
||||||
/*
|
/**
|
||||||
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
|
* @file vnodeApiTests.cpp
|
||||||
|
* @author slguan (slguan@taosdata.com)
|
||||||
|
* @brief DNODE module profile-msg tests
|
||||||
|
* @version 0.1
|
||||||
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* This program is free software: you can use, redistribute, and/or modify
|
* @copyright Copyright (c) 2021
|
||||||
* it under the terms of the GNU Affero General Public License, version 3
|
|
||||||
* or later ("AGPL"), as published by the Free Software Foundation.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "deploy.h"
|
#include "deploy.h"
|
||||||
|
|
|
@ -1,16 +1,12 @@
|
||||||
/*
|
/**
|
||||||
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
|
* @file vnodeApiTests.cpp
|
||||||
|
* @author slguan (slguan@taosdata.com)
|
||||||
|
* @brief DNODE module show-msg tests
|
||||||
|
* @version 0.1
|
||||||
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* This program is free software: you can use, redistribute, and/or modify
|
* @copyright Copyright (c) 2021
|
||||||
* it under the terms of the GNU Affero General Public License, version 3
|
|
||||||
* or later ("AGPL"), as published by the Free Software Foundation.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "deploy.h"
|
#include "deploy.h"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* @file vnodeApiTests.cpp
|
* @file vnodeApiTests.cpp
|
||||||
* @author slguan (slguan@taosdata.com)
|
* @author slguan (slguan@taosdata.com)
|
||||||
* @brief DNODE module API tests
|
* @brief DNODE module user-msg tests
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2021-12-12
|
* @date 2021-12-15
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2021
|
* @copyright Copyright (c) 2021
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue