-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
578 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
cloud/blockstore/libs/storage/disk_agent/actors/ut/CMakeLists.darwin-x86_64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
|
||
# 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(cloud-blockstore-libs-storage-disk_agent-actors-ut) | ||
target_include_directories(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent | ||
) | ||
target_link_libraries(cloud-blockstore-libs-storage-disk_agent-actors-ut PUBLIC | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-cpuid_check | ||
cpp-testing-unittest_main | ||
libs-storage-disk_agent | ||
libs-storage-api | ||
libs-storage-core | ||
storage-disk_agent-testlib | ||
cpp-actors-core | ||
cpp-testing-gmock_in_unittest | ||
cpp-testing-unittest | ||
ydb-core-testlib | ||
core-testlib-basics | ||
) | ||
target_link_options(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
-Wl,-platform_version,macos,11.0,11.0 | ||
-fPIC | ||
-fPIC | ||
-framework | ||
CoreFoundation | ||
) | ||
target_sources(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor_ut.cpp | ||
) | ||
set_property( | ||
TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
SPLIT_FACTOR | ||
15 | ||
) | ||
add_yunittest( | ||
NAME | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_ARG | ||
--print-before-suite | ||
--print-before-test | ||
--fork-tests | ||
--print-times | ||
--show-fails | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
LABELS | ||
SMALL | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
PROCESSORS | ||
2 | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
TIMEOUT | ||
60 | ||
) | ||
target_allocator(cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
system_allocator | ||
) | ||
vcs_info(cloud-blockstore-libs-storage-disk_agent-actors-ut) |
85 changes: 85 additions & 0 deletions
85
cloud/blockstore/libs/storage/disk_agent/actors/ut/CMakeLists.linux-aarch64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
|
||
# 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(cloud-blockstore-libs-storage-disk_agent-actors-ut) | ||
target_include_directories(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent | ||
) | ||
target_link_libraries(cloud-blockstore-libs-storage-disk_agent-actors-ut PUBLIC | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
cpp-testing-unittest_main | ||
libs-storage-disk_agent | ||
libs-storage-api | ||
libs-storage-core | ||
storage-disk_agent-testlib | ||
cpp-actors-core | ||
cpp-testing-gmock_in_unittest | ||
cpp-testing-unittest | ||
ydb-core-testlib | ||
core-testlib-basics | ||
) | ||
target_link_options(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
-ldl | ||
-lrt | ||
-Wl,--no-as-needed | ||
-fPIC | ||
-fPIC | ||
-lpthread | ||
-lrt | ||
-ldl | ||
) | ||
target_sources(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor_ut.cpp | ||
) | ||
set_property( | ||
TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
SPLIT_FACTOR | ||
15 | ||
) | ||
add_yunittest( | ||
NAME | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_ARG | ||
--print-before-suite | ||
--print-before-test | ||
--fork-tests | ||
--print-times | ||
--show-fails | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
LABELS | ||
SMALL | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
PROCESSORS | ||
2 | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
TIMEOUT | ||
60 | ||
) | ||
target_allocator(cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
cpp-malloc-jemalloc | ||
) | ||
vcs_info(cloud-blockstore-libs-storage-disk_agent-actors-ut) |
87 changes: 87 additions & 0 deletions
87
cloud/blockstore/libs/storage/disk_agent/actors/ut/CMakeLists.linux-x86_64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
|
||
# 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(cloud-blockstore-libs-storage-disk_agent-actors-ut) | ||
target_include_directories(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent | ||
) | ||
target_link_libraries(cloud-blockstore-libs-storage-disk_agent-actors-ut PUBLIC | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-cpuid_check | ||
cpp-testing-unittest_main | ||
libs-storage-disk_agent | ||
libs-storage-api | ||
libs-storage-core | ||
storage-disk_agent-testlib | ||
cpp-actors-core | ||
cpp-testing-gmock_in_unittest | ||
cpp-testing-unittest | ||
ydb-core-testlib | ||
core-testlib-basics | ||
) | ||
target_link_options(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
-ldl | ||
-lrt | ||
-Wl,--no-as-needed | ||
-fPIC | ||
-fPIC | ||
-lpthread | ||
-lrt | ||
-ldl | ||
) | ||
target_sources(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor_ut.cpp | ||
) | ||
set_property( | ||
TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
SPLIT_FACTOR | ||
15 | ||
) | ||
add_yunittest( | ||
NAME | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_ARG | ||
--print-before-suite | ||
--print-before-test | ||
--fork-tests | ||
--print-times | ||
--show-fails | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
LABELS | ||
SMALL | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
PROCESSORS | ||
2 | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
TIMEOUT | ||
60 | ||
) | ||
target_allocator(cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
cpp-malloc-tcmalloc | ||
libs-tcmalloc-no_percpu_cache | ||
) | ||
vcs_info(cloud-blockstore-libs-storage-disk_agent-actors-ut) |
File renamed without changes.
74 changes: 74 additions & 0 deletions
74
cloud/blockstore/libs/storage/disk_agent/actors/ut/CMakeLists.windows-x86_64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
|
||
# 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(cloud-blockstore-libs-storage-disk_agent-actors-ut) | ||
target_include_directories(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent | ||
) | ||
target_link_libraries(cloud-blockstore-libs-storage-disk_agent-actors-ut PUBLIC | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-cpuid_check | ||
cpp-testing-unittest_main | ||
libs-storage-disk_agent | ||
libs-storage-api | ||
libs-storage-core | ||
storage-disk_agent-testlib | ||
cpp-actors-core | ||
cpp-testing-gmock_in_unittest | ||
cpp-testing-unittest | ||
ydb-core-testlib | ||
core-testlib-basics | ||
) | ||
target_sources(cloud-blockstore-libs-storage-disk_agent-actors-ut PRIVATE | ||
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor_ut.cpp | ||
) | ||
set_property( | ||
TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
SPLIT_FACTOR | ||
15 | ||
) | ||
add_yunittest( | ||
NAME | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_TARGET | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
TEST_ARG | ||
--print-before-suite | ||
--print-before-test | ||
--fork-tests | ||
--print-times | ||
--show-fails | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
LABELS | ||
SMALL | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
PROCESSORS | ||
2 | ||
) | ||
set_yunittest_property( | ||
TEST | ||
cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
PROPERTY | ||
TIMEOUT | ||
60 | ||
) | ||
target_allocator(cloud-blockstore-libs-storage-disk_agent-actors-ut | ||
system_allocator | ||
) | ||
vcs_info(cloud-blockstore-libs-storage-disk_agent-actors-ut) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.