From 5d86becdbff1e490c8a7b122ac5a7e25ec75753c Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Fri, 7 Jan 2022 18:55:12 -0800 Subject: [PATCH] rename some files --- source/dnode/mgmt/impl/test/CMakeLists.txt | 5 +---- source/dnode/mgmt/impl/test/{vgroup => vnode}/CMakeLists.txt | 0 .../mgmt/impl/test/{vgroup/vgroup.cpp => vnode/vnode.cpp} | 0 source/dnode/mnode/impl/test/CMakeLists.txt | 2 ++ source/dnode/{mgmt => mnode}/impl/test/db/CMakeLists.txt | 0 source/dnode/{mgmt => mnode}/impl/test/db/db.cpp | 0 source/dnode/{mgmt => mnode}/impl/test/stb/CMakeLists.txt | 0 source/dnode/{mgmt => mnode}/impl/test/stb/stb.cpp | 0 8 files changed, 3 insertions(+), 4 deletions(-) rename source/dnode/mgmt/impl/test/{vgroup => vnode}/CMakeLists.txt (100%) rename source/dnode/mgmt/impl/test/{vgroup/vgroup.cpp => vnode/vnode.cpp} (100%) rename source/dnode/{mgmt => mnode}/impl/test/db/CMakeLists.txt (100%) rename source/dnode/{mgmt => mnode}/impl/test/db/db.cpp (100%) rename source/dnode/{mgmt => mnode}/impl/test/stb/CMakeLists.txt (100%) rename source/dnode/{mgmt => mnode}/impl/test/stb/stb.cpp (100%) diff --git a/source/dnode/mgmt/impl/test/CMakeLists.txt b/source/dnode/mgmt/impl/test/CMakeLists.txt index 8f721dae9a..ce93a14d3f 100644 --- a/source/dnode/mgmt/impl/test/CMakeLists.txt +++ b/source/dnode/mgmt/impl/test/CMakeLists.txt @@ -4,8 +4,5 @@ add_subdirectory(qnode) add_subdirectory(bnode) add_subdirectory(snode) add_subdirectory(mnode) -add_subdirectory(db) -add_subdirectory(stb) -add_subdirectory(vgroup) - +add_subdirectory(vnode) add_subdirectory(sut) diff --git a/source/dnode/mgmt/impl/test/vgroup/CMakeLists.txt b/source/dnode/mgmt/impl/test/vnode/CMakeLists.txt similarity index 100% rename from source/dnode/mgmt/impl/test/vgroup/CMakeLists.txt rename to source/dnode/mgmt/impl/test/vnode/CMakeLists.txt diff --git a/source/dnode/mgmt/impl/test/vgroup/vgroup.cpp b/source/dnode/mgmt/impl/test/vnode/vnode.cpp similarity index 100% rename from source/dnode/mgmt/impl/test/vgroup/vgroup.cpp rename to source/dnode/mgmt/impl/test/vnode/vnode.cpp diff --git a/source/dnode/mnode/impl/test/CMakeLists.txt b/source/dnode/mnode/impl/test/CMakeLists.txt index 4d37bb368d..3ca35d58a7 100644 --- a/source/dnode/mnode/impl/test/CMakeLists.txt +++ b/source/dnode/mnode/impl/test/CMakeLists.txt @@ -10,3 +10,5 @@ add_subdirectory(show) add_subdirectory(profile) add_subdirectory(dnode) add_subdirectory(mnode) +add_subdirectory(db) +add_subdirectory(stb) diff --git a/source/dnode/mgmt/impl/test/db/CMakeLists.txt b/source/dnode/mnode/impl/test/db/CMakeLists.txt similarity index 100% rename from source/dnode/mgmt/impl/test/db/CMakeLists.txt rename to source/dnode/mnode/impl/test/db/CMakeLists.txt diff --git a/source/dnode/mgmt/impl/test/db/db.cpp b/source/dnode/mnode/impl/test/db/db.cpp similarity index 100% rename from source/dnode/mgmt/impl/test/db/db.cpp rename to source/dnode/mnode/impl/test/db/db.cpp diff --git a/source/dnode/mgmt/impl/test/stb/CMakeLists.txt b/source/dnode/mnode/impl/test/stb/CMakeLists.txt similarity index 100% rename from source/dnode/mgmt/impl/test/stb/CMakeLists.txt rename to source/dnode/mnode/impl/test/stb/CMakeLists.txt diff --git a/source/dnode/mgmt/impl/test/stb/stb.cpp b/source/dnode/mnode/impl/test/stb/stb.cpp similarity index 100% rename from source/dnode/mgmt/impl/test/stb/stb.cpp rename to source/dnode/mnode/impl/test/stb/stb.cpp