diff options
author | dcherednik <[email protected]> | 2023-08-17 20:44:28 +0300 |
---|---|---|
committer | dcherednik <[email protected]> | 2023-08-17 22:18:28 +0300 |
commit | d594f5e74b100c67708003cbef83573cf0639784 (patch) | |
tree | 037c2fc20468b088823ce1c7e9bd4465d2738713 | |
parent | 6948608abbba69ce7aecf3921b1523d9dca9d61f (diff) |
move ut related files to corresponding directories
239 files changed, 192 insertions, 569 deletions
diff --git a/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt index becbb742b3a..ccf5144f2cd 100644 --- a/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt @@ -32,7 +32,6 @@ add_subdirectory(ut_move) add_subdirectory(ut_move_reboots) add_subdirectory(ut_olap) add_subdirectory(ut_olap_reboots) -add_subdirectory(ut_pq) add_subdirectory(ut_pq_reboots) add_subdirectory(ut_reboots) add_subdirectory(ut_replication) diff --git a/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt index 1c7c2fc30fb..0843f2fe66c 100644 --- a/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt @@ -32,7 +32,6 @@ add_subdirectory(ut_move) add_subdirectory(ut_move_reboots) add_subdirectory(ut_olap) add_subdirectory(ut_olap_reboots) -add_subdirectory(ut_pq) add_subdirectory(ut_pq_reboots) add_subdirectory(ut_reboots) add_subdirectory(ut_replication) diff --git a/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt index 1c7c2fc30fb..0843f2fe66c 100644 --- a/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt @@ -32,7 +32,6 @@ add_subdirectory(ut_move) add_subdirectory(ut_move_reboots) add_subdirectory(ut_olap) add_subdirectory(ut_olap_reboots) -add_subdirectory(ut_pq) add_subdirectory(ut_pq_reboots) add_subdirectory(ut_reboots) add_subdirectory(ut_replication) diff --git a/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt index 5040e475df5..85c19cfc155 100644 --- a/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt @@ -32,7 +32,6 @@ add_subdirectory(ut_move) add_subdirectory(ut_move_reboots) add_subdirectory(ut_olap) add_subdirectory(ut_olap_reboots) -add_subdirectory(ut_pq) add_subdirectory(ut_pq_reboots) add_subdirectory(ut_reboots) add_subdirectory(ut_replication) diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt index edb5199f19b..93cd429163b 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt @@ -31,7 +31,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_async_index PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_async_index PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt index 1a0b1ae3b62..b010ce9de68 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt @@ -34,7 +34,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_async_index PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_async_index PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt index ce7674381dd..552428cf1c4 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_async_index PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_async_index PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt index 9396669bb71..719ae06c670 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt @@ -24,7 +24,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_async_index PUBLIC tx-schemeshard-ut_helpers ) target_sources(ydb-core-tx-schemeshard-ut_async_index PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_async_index.cpp b/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp index 97ae68c13c0..97ae68c13c0 100644 --- a/ydb/core/tx/schemeshard/ut_async_index.cpp +++ b/ydb/core/tx/schemeshard/ut_async_index/ut_async_index.cpp diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt index 4c4e447fb42..c0e416f9e25 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_backup PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_backup PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup/ut_backup.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt index f9d5a21199c..cfd13a84a12 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_backup PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_backup PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup/ut_backup.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt index 9a56f2e1124..cb86ed4385a 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_backup PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_backup PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_backup/ut_backup.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_backup.cpp b/ydb/core/tx/schemeshard/ut_backup/ut_backup.cpp index e59b0e15927..869257a23f6 100644 --- a/ydb/core/tx/schemeshard/ut_backup.cpp +++ b/ydb/core/tx/schemeshard/ut_backup/ut_backup.cpp @@ -1,4 +1,4 @@ -#include "ut_backup_restore_common.h" +#include "ut_helpers/ut_backup_restore_common.h" #include <ydb/core/tx/schemeshard/ut_helpers/helpers.h> #include <ydb/core/wrappers/ut_helpers/s3_mock.h> diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt index cd0ddb6b49e..a6e1cbfa68a 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt @@ -37,9 +37,9 @@ target_link_options(ydb-core-tx-schemeshard-ut_base PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_base PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_info_types.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_base.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt index 752cc4383c1..b07c7217146 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt @@ -40,9 +40,9 @@ target_link_options(ydb-core-tx-schemeshard-ut_base PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_base PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_info_types.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_base.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt index f6c97cabb3b..c7720356f2e 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt @@ -41,9 +41,9 @@ target_link_options(ydb-core-tx-schemeshard-ut_base PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_base PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_info_types.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_base.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt index 0377a93dbee..69cb46db0d0 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt @@ -30,9 +30,9 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_base PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_info_types.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_base.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_allocate_pq.cpp b/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp index 2e63c43d5c2..2e63c43d5c2 100644 --- a/ydb/core/tx/schemeshard/ut_allocate_pq.cpp +++ b/ydb/core/tx/schemeshard/ut_base/ut_allocate_pq.cpp diff --git a/ydb/core/tx/schemeshard/ut_base.cpp b/ydb/core/tx/schemeshard/ut_base/ut_base.cpp index 99016d088d8..99016d088d8 100644 --- a/ydb/core/tx/schemeshard/ut_base.cpp +++ b/ydb/core/tx/schemeshard/ut_base/ut_base.cpp diff --git a/ydb/core/tx/schemeshard/ut_info_types.cpp b/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp index 9eaf3a7796c..9eaf3a7796c 100644 --- a/ydb/core/tx/schemeshard/ut_info_types.cpp +++ b/ydb/core/tx/schemeshard/ut_base/ut_info_types.cpp diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt index 0971cf1ca7a..4f8f78098ba 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt @@ -36,8 +36,8 @@ target_link_options(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt index 8ffd20e7754..8df7cf47ae7 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt @@ -39,8 +39,8 @@ target_link_options(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt index cedcb652693..7fcc4fee522 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt @@ -40,8 +40,8 @@ target_link_options(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt index 7317f31f153..8d0162ea8a2 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt @@ -29,8 +29,8 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp b/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp index ea52dca369f..ea52dca369f 100644 --- a/ydb/core/tx/schemeshard/ut_allocate_reboot_pq.cpp +++ b/ydb/core/tx/schemeshard/ut_base_reboots/ut_allocate_reboot_pq.cpp diff --git a/ydb/core/tx/schemeshard/ut_base_reboots.cpp b/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp index 89d0fe9b8d5..89d0fe9b8d5 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_base_reboots/ut_base_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt index 51a59eb48be..e977234dead 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt index 0c277b41a44..03f4a2753ed 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt index 2572002a60b..8fa4eaba593 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt index 408aba55cf6..3e057cdb913 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume.cpp b/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp index 4bcc51a200d..4bcc51a200d 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume.cpp +++ b/ydb/core/tx/schemeshard/ut_bsvolume/ut_bsvolume.cpp diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt index 4a5c8a24d51..0e2f73a0462 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt index 00c605e7814..e9af9939015 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt index 86729c528f4..3c6eb500718 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt index 598c79bf819..72b6ce4e08a 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp index 22ac1554691..22ac1554691 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/ut_bsvolume_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt index c6e516760b6..5dda4e327e9 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt @@ -32,7 +32,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt index 0c38ac2d15d..d5b175938ae 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt index 1e4a34af985..02d285d7578 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt index 21a6fb6efc5..6d5148f4461 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt @@ -25,7 +25,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream PUBLIC library-cpp-json ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream.cpp b/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp index 3cd979308ef..3cd979308ef 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream.cpp +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt index d3ea640afd5..67e3b2aae74 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt @@ -31,7 +31,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt index 88b4c92a00d..cb547342de9 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt @@ -34,7 +34,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt index 62a46708b1b..d407e66ce1c 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt index fcc2fa0fdcd..92671b8dc4f 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt @@ -24,7 +24,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PUBLIC yql-sql-pg_dummy ) target_sources(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp index 8f6dcd22669..8f6dcd22669 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/ut_cdc_stream_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt index 074e3b1daf2..3311baf5b09 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_compaction PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_compaction PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt index 02791bd47b6..1465ace9df9 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_compaction PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_compaction PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt index b1a0df39848..27806492c1b 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_compaction PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_compaction PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt index adce0ce0083..ccdea764942 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_compaction PUBLIC core-wrappers-ut_helpers ) target_sources(ydb-core-tx-schemeshard-ut_compaction PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_compaction.cpp b/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp index c64e07fdad0..c64e07fdad0 100644 --- a/ydb/core/tx/schemeshard/ut_compaction.cpp +++ b/ydb/core/tx/schemeshard/ut_compaction/ut_compaction.cpp diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt index 16b17d7203d..de70c7f29ea 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_export PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export/ut_export.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt index d340969a907..7eb20adaf78 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_export PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export/ut_export.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt index d66d5cc87eb..6add7105d78 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_export PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export/ut_export.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export.cpp b/ydb/core/tx/schemeshard/ut_export/ut_export.cpp index a86c54227b0..a86c54227b0 100644 --- a/ydb/core/tx/schemeshard/ut_export.cpp +++ b/ydb/core/tx/schemeshard/ut_export/ut_export.cpp diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt index 1661ac4b5d7..e1bcfec7030 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt index ac152ee2af7..0e62fec24dd 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt index a1021b1da2c..9c1e5843669 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt index 786fbdbcb7d..ae2ef497ce8 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_export_reboots_s3 PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp b/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp index 5e1e42d17ce..5e1e42d17ce 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3.cpp +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt index 624e8d7cf48..efaffb80392 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt index c6ca22ea00c..6fc88cf0ac3 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt index a12ee97eb77..e26cf8c1417 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt index a9c343e8a6a..d0d5b607714 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_data_source PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source.cpp b/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp index 058d02bc62b..058d02bc62b 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source.cpp +++ b/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt index ccac9aed083..a5dd89e6b5a 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(schemeshard-ut_external_data_source_reboots PRIVATE CoreFoundation ) target_sources(schemeshard-ut_external_data_source_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt index 9501533bac3..4df53a8214f 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(schemeshard-ut_external_data_source_reboots PRIVATE -ldl ) target_sources(schemeshard-ut_external_data_source_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt index aa50d252822..2580674124a 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(schemeshard-ut_external_data_source_reboots PRIVATE -ldl ) target_sources(schemeshard-ut_external_data_source_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt index c277cd81c68..828c7c0bd1e 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(schemeshard-ut_external_data_source_reboots PUBLIC udf-service-exception_policy ) target_sources(schemeshard-ut_external_data_source_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp index 88c15ac601b..88c15ac601b 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/ut_external_data_source_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt index 588f965707d..87394ae8500 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_external_table PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt index 6553562283c..a45d238f54e 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_table PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt index 2457737d315..5e2acf0f5af 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_table PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt index df2dda718e7..586578d76ba 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_external_table PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table.cpp b/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp index 7c8921a2813..7c8921a2813 100644 --- a/ydb/core/tx/schemeshard/ut_external_table.cpp +++ b/ydb/core/tx/schemeshard/ut_external_table/ut_external_table.cpp diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt index e0a6ae6d6ea..00871644449 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt index bfbd30758f4..a02e1c0fee3 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt index 5a07217adb0..073cdcddb38 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt index d35b68d6266..494349edca9 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_external_table_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp b/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp index 10e5d12fafb..10e5d12fafb 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/ut_external_table_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt index 9b9bede15fd..e6f9907b62c 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt index 6b858517b5c..c16d168c926 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt index 18f14abcd99..d418989d995 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt index 6c1ff69acc3..2bb0a7846e5 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain.cpp b/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp index 2fe6db2a710..2fe6db2a710 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain.cpp +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/ut_extsubdomain.cpp diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt index 251eb4ff6d1..3473d8c0453 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt index cdcd7757b8a..2b0286251ed 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt index 26f50846619..804834ccc03 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt index acd14eb6dc9..e00734e21bb 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp index e780c7d7145..e780c7d7145 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/ut_extsubdomain_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt index b3a30485433..60f76fb012c 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt index dc93ae25d6d..e1ae38fab84 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt index 2999a39ffe4..1b9e3749753 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt index 168025bafaa..a3aeefb475c 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_filestore_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp b/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp index ca00f3ae006..ca00f3ae006 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/ut_filestore_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_backup_restore_common.h b/ydb/core/tx/schemeshard/ut_helpers/ut_backup_restore_common.h index ec3eb3b9383..ec3eb3b9383 100644 --- a/ydb/core/tx/schemeshard/ut_backup_restore_common.h +++ b/ydb/core/tx/schemeshard/ut_helpers/ut_backup_restore_common.h diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt index 20c4692b71e..6d6687904c2 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_index_build PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt index 7b5df5e977e..264dd7455b3 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_index_build PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt index aa728f9acce..3ff2eba8f5b 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_index_build PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt index 287e55a8485..39683caa711 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build PUBLIC tx-schemeshard-ut_helpers ) target_sources(ydb-core-tx-schemeshard-ut_index_build PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build.cpp b/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp index 540ecba8806..540ecba8806 100644 --- a/ydb/core/tx/schemeshard/ut_index_build.cpp +++ b/ydb/core/tx/schemeshard/ut_index_build/ut_index_build.cpp diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt index eb4ad3c2b88..bea3017b3e4 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt index 0c345149e90..c646af99718 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt index 6820c16481f..51c9a44570c 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt index 8ffb6c33f0b..456e269e4f1 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp b/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp index 8f613510597..8f613510597 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/ut_index_build_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt index 14aaac1c238..c8c7106917d 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_login PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_login PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login/ut_login.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt index 33a2b3a8d6a..6356a995163 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_login PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_login PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login/ut_login.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt index 614a7c7c8c3..d4796fdb4e2 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_login PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_login PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login/ut_login.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt index 3de96f762ea..ff885b8fb77 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_login PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_login PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_login/ut_login.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_login.cpp b/ydb/core/tx/schemeshard/ut_login/ut_login.cpp index 1a46fafeb1d..1a46fafeb1d 100644 --- a/ydb/core/tx/schemeshard/ut_login.cpp +++ b/ydb/core/tx/schemeshard/ut_login/ut_login.cpp diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt index bf04b9d56ae..b4da03e27aa 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_move PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move/ut_move.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt index be29b72d2cd..825a07b2d32 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_move PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move/ut_move.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt index 0b3d948d5a8..c21e1732878 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_move PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move/ut_move.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt index 6cac2f67bc9..62a6648ddba 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_move PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move/ut_move.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move.cpp b/ydb/core/tx/schemeshard/ut_move/ut_move.cpp index 70c976fe01d..70c976fe01d 100644 --- a/ydb/core/tx/schemeshard/ut_move.cpp +++ b/ydb/core/tx/schemeshard/ut_move/ut_move.cpp diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt index 7d8146437f0..25b954f36f7 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt index e1c308c3d18..1c678b692cc 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt index f530e9ef333..ec4f146e2a4 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt index e5ca7cc947a..e40377a5a62 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_move_reboots.cpp b/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp index 69554f4feba..69554f4feba 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_move_reboots/ut_move_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt index e0a3bd24e23..e65df2b0e91 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt @@ -38,7 +38,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_olap PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/columnshard_ut_common.cpp ) set_property( diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt index e00b392f1ad..c55935dc591 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_olap PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/columnshard_ut_common.cpp ) set_property( diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt index 0d6cf1b0375..03a4ed5f2bc 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt @@ -42,7 +42,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_olap PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/columnshard_ut_common.cpp ) set_property( diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt index 21e10eec1db..026b3548b52 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt @@ -31,7 +31,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_olap PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/columnshard_ut_common.cpp ) set_property( diff --git a/ydb/core/tx/schemeshard/ut_olap.cpp b/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp index 45501d22e6d..45501d22e6d 100644 --- a/ydb/core/tx/schemeshard/ut_olap.cpp +++ b/ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt index 16770be68c6..5aec8a43a85 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt index 92c2afa79cc..bb5fd4d6b5d 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt index 8be9dbf4ca2..3d20c735c68 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt index d6cbf0b79ac..10032ad387b 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots.cpp b/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp index 47ee8880c56..47ee8880c56 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_pq.cpp b/ydb/core/tx/schemeshard/ut_pq.cpp deleted file mode 100644 index e69de29bb2d..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq.cpp +++ /dev/null diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5795aa46b12..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,81 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ydb-core-tx-schemeshard-ut_pq) -target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard -) -target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-tx-schemeshard - library-cpp-getopt - cpp-regex-pcre - library-cpp-svnversion - core-testlib-default - ydb-core-tx - tx-schemeshard-ut_helpers - udf-service-exception_policy -) -target_link_options(ydb-core-tx-schemeshard-ut_pq PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq.cpp -) -set_property( - TARGET - ydb-core-tx-schemeshard-ut_pq - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - ydb-core-tx-schemeshard-ut_pq - TEST_TARGET - ydb-core-tx-schemeshard-ut_pq - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - PROCESSORS - 1 -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - TIMEOUT - 600 -) -target_allocator(ydb-core-tx-schemeshard-ut_pq - system_allocator -) -vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f0ffd5ae41..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ydb-core-tx-schemeshard-ut_pq) -target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard -) -target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-tx-schemeshard - library-cpp-getopt - cpp-regex-pcre - library-cpp-svnversion - core-testlib-default - ydb-core-tx - tx-schemeshard-ut_helpers - udf-service-exception_policy -) -target_link_options(ydb-core-tx-schemeshard-ut_pq PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq.cpp -) -set_property( - TARGET - ydb-core-tx-schemeshard-ut_pq - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - ydb-core-tx-schemeshard-ut_pq - TEST_TARGET - ydb-core-tx-schemeshard-ut_pq - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - PROCESSORS - 1 -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - TIMEOUT - 600 -) -target_allocator(ydb-core-tx-schemeshard-ut_pq - cpp-malloc-jemalloc -) -vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 484e55fe5d0..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,86 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ydb-core-tx-schemeshard-ut_pq) -target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard -) -target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-tx-schemeshard - library-cpp-getopt - cpp-regex-pcre - library-cpp-svnversion - core-testlib-default - ydb-core-tx - tx-schemeshard-ut_helpers - udf-service-exception_policy -) -target_link_options(ydb-core-tx-schemeshard-ut_pq PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq.cpp -) -set_property( - TARGET - ydb-core-tx-schemeshard-ut_pq - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - ydb-core-tx-schemeshard-ut_pq - TEST_TARGET - ydb-core-tx-schemeshard-ut_pq - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - PROCESSORS - 1 -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - TIMEOUT - 600 -) -target_allocator(ydb-core-tx-schemeshard-ut_pq - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -endif() diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d7e5c141b5c..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ydb-core-tx-schemeshard-ut_pq) -target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard -) -target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-tx-schemeshard - library-cpp-getopt - cpp-regex-pcre - library-cpp-svnversion - core-testlib-default - ydb-core-tx - tx-schemeshard-ut_helpers - udf-service-exception_policy -) -target_sources(ydb-core-tx-schemeshard-ut_pq PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq.cpp -) -set_property( - TARGET - ydb-core-tx-schemeshard-ut_pq - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - ydb-core-tx-schemeshard-ut_pq - TEST_TARGET - ydb-core-tx-schemeshard-ut_pq - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - PROCESSORS - 1 -) -set_yunittest_property( - TEST - ydb-core-tx-schemeshard-ut_pq - PROPERTY - TIMEOUT - 600 -) -target_allocator(ydb-core-tx-schemeshard-ut_pq - system_allocator -) -vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/ya.make b/ydb/core/tx/schemeshard/ut_pq/ya.make deleted file mode 100644 index f10ecb9fd75..00000000000 --- a/ydb/core/tx/schemeshard/ut_pq/ya.make +++ /dev/null @@ -1,30 +0,0 @@ -UNITTEST_FOR(ydb/core/tx/schemeshard) - -FORK_SUBTESTS() - -SPLIT_FACTOR(10) - -IF (SANITIZER_TYPE OR WITH_VALGRIND) - TIMEOUT(3600) - SIZE(LARGE) - TAG(ya:fat) -ELSE() - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -PEERDIR( - library/cpp/getopt - library/cpp/regex/pcre - library/cpp/svnversion - ydb/core/testlib/default - ydb/core/tx - ydb/core/tx/schemeshard/ut_helpers - ydb/library/yql/public/udf/service/exception_policy -) - -SRCS( - ut_pq.cpp -) - -END() diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt index 0f2b888348b..e31b79f06e5 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt index c8d2047d4ac..809b286497e 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt index 6e5e4d00f56..e55199b0dc9 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt index 79648efe2c8..b2e0f721256 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_pq_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots.cpp b/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp index 35dc9cad0b2..35dc9cad0b2 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt index b0beef1487e..95f7bf12eab 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt index 33fbe69d381..cc3c8e6d90d 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt index 3ac879822db..0188447f948 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt index ec143cf5434..c5f7c6c2899 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_reboots.cpp b/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp index fffa33bf102..fffa33bf102 100644 --- a/ydb/core/tx/schemeshard/ut_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_reboots/ut_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt index bc6d5472e1f..4573bcfc8aa 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt @@ -31,7 +31,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_replication PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt index d36fb621e1e..379bf52b238 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt @@ -34,7 +34,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_replication PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt index 8c2afe8be1a..12396fd1b62 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_replication PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt index 4fcdc5a6f33..a4d35444a60 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt @@ -24,7 +24,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication PUBLIC yql-sql-pg_dummy ) target_sources(ydb-core-tx-schemeshard-ut_replication PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication.cpp b/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp index 9d9d6ee1cd5..9d9d6ee1cd5 100644 --- a/ydb/core/tx/schemeshard/ut_replication.cpp +++ b/ydb/core/tx/schemeshard/ut_replication/ut_replication.cpp diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt index 1ec988765a8..4e9d7fbdae6 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt @@ -31,7 +31,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt index 25d0ae0fa0d..84472792eb4 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt @@ -34,7 +34,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt index d9d9d303db7..026aecfec98 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt index 7b70e85b457..ff93b106f25 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt @@ -24,7 +24,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication_reboots PUBLIC yql-sql-pg_dummy ) target_sources(ydb-core-tx-schemeshard-ut_replication_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots.cpp b/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp index 72043e1db25..72043e1db25 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/ut_replication_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt index cec6307dd55..c96ccfecf77 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_restore PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt index 4f64ee2e6cb..321fa77340c 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_restore PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt index b0e18731602..184618adc58 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_restore PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt index ae691f4d6af..ff0f4ff92ce 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_restore PUBLIC yql-sql-pg_dummy ) target_sources(ydb-core-tx-schemeshard-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_restore.cpp b/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp index 4963b7eeed2..06d490f211e 100644 --- a/ydb/core/tx/schemeshard/ut_restore.cpp +++ b/ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp @@ -1,4 +1,4 @@ -#include "ut_backup_restore_common.h" +#include "ut_helpers/ut_backup_restore_common.h" #include <contrib/libs/double-conversion/double-conversion/ieee.h> diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt index d74258ed4a4..48c9fa3fb26 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_rtmr PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt index dac2780b087..ec818723449 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_rtmr PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt index 2acd55e7cff..8a6237c2aa0 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_rtmr PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt index 3d3d1e6567e..37cc2af750a 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_rtmr PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr.cpp b/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp index 8f101cab543..8f101cab543 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr.cpp +++ b/ydb/core/tx/schemeshard/ut_rtmr/ut_rtmr.cpp diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt index c3537859a3c..2f1c7933bf7 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt index 0d8315ba7e1..02579010199 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt index 6cc194764e2..12373ee4166 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt index 6e3e8bfe309..49112db6744 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp b/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp index ae094c8d8b0..ae094c8d8b0 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/ut_rtmr_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt index b0b76bef0bc..962a30d4cb3 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt @@ -34,7 +34,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt index 1d0d46f825d..468c66ff4b1 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt index 3693e099688..02e0aa735bb 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt @@ -38,7 +38,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt index 87148534178..0df1b1a9562 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt @@ -27,7 +27,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ru_calculator PUBLIC ydb-services-ydb ) target_sources(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator.cpp b/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp index bb0e37459ac..bb0e37459ac 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator.cpp +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/ut_ru_calculator.cpp diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt index 6c2d84533ab..bdaab8f0698 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_sequence PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt index 4f3641863ed..4aef4b35684 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_sequence PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt index 6c9d2dfad93..5d0c03b6dae 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_sequence PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt index 19c3b2019e2..d0e31d6a0dd 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_sequence PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence.cpp b/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp index 2056b24ff82..2056b24ff82 100644 --- a/ydb/core/tx/schemeshard/ut_sequence.cpp +++ b/ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt index ef2eafc9970..dbe3e93e313 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt index 7adaf2e4276..59bd5e3162d 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt index bb7aa601c6d..9546d23b22d 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt index 98fe31819ed..16638ec57c4 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp b/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp index d0553d6ad40..d0553d6ad40 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/ut_sequence_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt index 8fbc9517c40..ad19c0800c2 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_serverless PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_serverless PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt index 305406a3d15..8b8631e4f37 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_serverless PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_serverless PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt index ca9fb0e1855..86a42c0d8cb 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_serverless PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_serverless PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt index 8d0eb85b383..1bef091afb8 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_serverless PUBLIC ydb-core-yql_testlib ) target_sources(ydb-core-tx-schemeshard-ut_serverless PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_serverless.cpp b/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp index 25d36229eaf..25d36229eaf 100644 --- a/ydb/core/tx/schemeshard/ut_serverless.cpp +++ b/ydb/core/tx/schemeshard/ut_serverless/ut_serverless.cpp diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt index 1e06329af7c..3da13e83de4 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_split_merge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt index f7fdc392de3..fdd8b41a6ae 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_split_merge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt index f7eb133d6dd..0239c347c65 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_split_merge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt index fd960b91528..e8f8600bb9c 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_split_merge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge.cpp b/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp index 8c6b60feddb..8c6b60feddb 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge.cpp +++ b/ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt index 00d6cc9e935..919b33e94a1 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt index 2c3eb8d229e..677a817d31e 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt index 0f066b191ed..b882f857f83 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt index 0317603249c..ccc2b392580 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp b/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp index 140236fa6b2..140236fa6b2 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/ut_split_merge_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt index dde2fbc7541..c9884411ddd 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_stats PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_stats PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt index 7443f5be2da..d6bbf763a3d 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_stats PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_stats PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt index 9b7d6d8f026..65fe40cc98d 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_stats PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_stats PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt index 01c1db0f068..faa6d3e7d4f 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_stats PUBLIC core-wrappers-ut_helpers ) target_sources(ydb-core-tx-schemeshard-ut_stats PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_stats.cpp b/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp index 7967f72c543..7967f72c543 100644 --- a/ydb/core/tx/schemeshard/ut_stats.cpp +++ b/ydb/core/tx/schemeshard/ut_stats/ut_stats.cpp diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt index 0699f6a267a..49cf2eba94e 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_subdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt index 73c4894d874..5b24ec33e77 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_subdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt index 70f3a4c2ff2..db0f79f48b1 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_subdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt index 2d60b6450b8..944e7a94c5a 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_subdomain PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain.cpp b/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp index 2fd2050a035..2fd2050a035 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain.cpp +++ b/ydb/core/tx/schemeshard/ut_subdomain/ut_subdomain.cpp diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt index 897d3660fd9..1b55bd6d4e0 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt index 0c185c2a88a..92edcc81bb9 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt index cbecc79f2c8..c434e147977 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt index d1fa11cda9d..b35a20cff7c 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain_reboots PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp b/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp index 890a48d9089..890a48d9089 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/ut_subdomain_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.darwin-x86_64.txt index bbccee1d1e9..a73fe9a8a5c 100644 --- a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-aarch64.txt index 9edc1030c3c..24cc09d92f4 100644 --- a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-x86_64.txt index 733b2dbe23e..d546519beae 100644 --- a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.windows-x86_64.txt index b876d90ea8f..c0d3bd8cdc0 100644 --- a/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_topic_splitmerge/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_topic_splitmerge PUBLIC udf-service-exception_policy ) target_sources(ydb-core-tx-schemeshard-ut_topic_splitmerge PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp b/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp index c5e00ec4401..c5e00ec4401 100644 --- a/ydb/core/tx/schemeshard/ut_topic_splitmerge.cpp +++ b/ydb/core/tx/schemeshard/ut_topic_splitmerge/ut_topic_splitmerge.cpp diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt index 9affe7d6f19..e9e69878f2d 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt @@ -32,7 +32,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ttl PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_ttl PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt index f499d1e3d4d..c7e7c5a263c 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt @@ -35,7 +35,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ttl PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_ttl PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt index a66f17706ec..0de2d74b9a5 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_ttl PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_ttl PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt index 0da3f4319b2..72e26c488ad 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt @@ -25,7 +25,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ttl PUBLIC yql-sql-pg_dummy ) target_sources(ydb-core-tx-schemeshard-ut_ttl PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_ttl.cpp b/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp index 49d3478446e..49d3478446e 100644 --- a/ydb/core/tx/schemeshard/ut_ttl.cpp +++ b/ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt index 4cdc3c2cf00..97ac58c1129 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt @@ -46,7 +46,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE CoreFoundation ) target_sources(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt index 9da580251cc..78ea6fce040 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt @@ -49,7 +49,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt index 81fc6c41510..293b90ebdbb 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt @@ -50,7 +50,7 @@ target_link_options(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE -ldl ) target_sources(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt index 6a5e2490286..5277810f948 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt @@ -39,7 +39,7 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_user_attributes PUBLIC yql-public-issue ) target_sources(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes.cpp b/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp index 48a63f877e3..48a63f877e3 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes.cpp +++ b/ydb/core/tx/schemeshard/ut_user_attributes/ut_user_attributes.cpp diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt index b354d1a2477..b8c626c2cf4 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt @@ -36,7 +36,7 @@ target_link_options(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE CoreFoundation ) target_sources(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt index c530c602047..4cd905e56ca 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt @@ -39,7 +39,7 @@ target_link_options(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE -ldl ) target_sources(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt index 8f7923cd9f7..84ac775ea0c 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt @@ -40,7 +40,7 @@ target_link_options(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE -ldl ) target_sources(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt index 5afb4541212..d9ff9652ae1 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt @@ -29,7 +29,7 @@ target_link_libraries(core-tx-schemeshard-ut_user_attributes_reboots PUBLIC udf-service-exception_policy ) target_sources(core-tx-schemeshard-ut_user_attributes_reboots PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp ) set_property( TARGET diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp index 8b58b94b0d7..8b58b94b0d7 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/ut_user_attributes_reboots.cpp diff --git a/ydb/core/tx/schemeshard/ya.make b/ydb/core/tx/schemeshard/ya.make index 15381e10a01..0e0c5e8d3b3 100644 --- a/ydb/core/tx/schemeshard/ya.make +++ b/ydb/core/tx/schemeshard/ya.make @@ -24,7 +24,6 @@ RECURSE_FOR_TESTS( ut_move_reboots ut_olap ut_olap_reboots - ut_pq ut_pq_reboots ut_reboots ut_replication |