From ad5b8f7701879b01a94c562b8d97a3d0bff41ed3 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 16 Dec 2021 17:07:40 +0800 Subject: [PATCH] minor changes --- source/dnode/mgmt/impl/test/acct/acct.cpp | 2 +- .../dnode/mgmt/impl/test/cluster/cluster.cpp | 18 +++++++----------- source/dnode/mgmt/impl/test/db/db.cpp | 4 ++-- source/dnode/mgmt/impl/test/dnode/dnode.cpp | 4 ++-- .../dnode/mgmt/impl/test/profile/profile.cpp | 18 +++++++----------- source/dnode/mgmt/impl/test/show/show.cpp | 18 +++++++----------- source/dnode/mgmt/impl/test/user/user.cpp | 4 ++-- 7 files changed, 28 insertions(+), 40 deletions(-) diff --git a/source/dnode/mgmt/impl/test/acct/acct.cpp b/source/dnode/mgmt/impl/test/acct/acct.cpp index c548524216..6de8c70ba9 100644 --- a/source/dnode/mgmt/impl/test/acct/acct.cpp +++ b/source/dnode/mgmt/impl/test/acct/acct.cpp @@ -1,7 +1,7 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module acct-msg tests * @version 0.1 * @date 2021-12-15 * diff --git a/source/dnode/mgmt/impl/test/cluster/cluster.cpp b/source/dnode/mgmt/impl/test/cluster/cluster.cpp index d47e63a85f..4e1dbf8911 100644 --- a/source/dnode/mgmt/impl/test/cluster/cluster.cpp +++ b/source/dnode/mgmt/impl/test/cluster/cluster.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @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 - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. + * @copyright Copyright (c) 2021 * - * 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 . */ #include "deploy.h" diff --git a/source/dnode/mgmt/impl/test/db/db.cpp b/source/dnode/mgmt/impl/test/db/db.cpp index 4722af67dc..65756b7daa 100644 --- a/source/dnode/mgmt/impl/test/db/db.cpp +++ b/source/dnode/mgmt/impl/test/db/db.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module db-msg tests * @version 0.1 - * @date 2021-12-16 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 * diff --git a/source/dnode/mgmt/impl/test/dnode/dnode.cpp b/source/dnode/mgmt/impl/test/dnode/dnode.cpp index 6a8d1c7735..6989edd843 100644 --- a/source/dnode/mgmt/impl/test/dnode/dnode.cpp +++ b/source/dnode/mgmt/impl/test/dnode/dnode.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module dnode-msg tests * @version 0.1 - * @date 2021-12-14 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 * diff --git a/source/dnode/mgmt/impl/test/profile/profile.cpp b/source/dnode/mgmt/impl/test/profile/profile.cpp index 2cbb9d5c2c..e2dbeb1a5b 100644 --- a/source/dnode/mgmt/impl/test/profile/profile.cpp +++ b/source/dnode/mgmt/impl/test/profile/profile.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @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 - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. + * @copyright Copyright (c) 2021 * - * 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 . */ #include "deploy.h" diff --git a/source/dnode/mgmt/impl/test/show/show.cpp b/source/dnode/mgmt/impl/test/show/show.cpp index c535386ecd..06e8d42ad4 100644 --- a/source/dnode/mgmt/impl/test/show/show.cpp +++ b/source/dnode/mgmt/impl/test/show/show.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @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 - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. + * @copyright Copyright (c) 2021 * - * 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 . */ #include "deploy.h" diff --git a/source/dnode/mgmt/impl/test/user/user.cpp b/source/dnode/mgmt/impl/test/user/user.cpp index 7d08484475..3290bec0cc 100644 --- a/source/dnode/mgmt/impl/test/user/user.cpp +++ b/source/dnode/mgmt/impl/test/user/user.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module user-msg tests * @version 0.1 - * @date 2021-12-12 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 *