diff options
author | svc <svc@yandex-team.ru> | 2022-03-16 14:18:07 +0300 |
---|---|---|
committer | svc <svc@yandex-team.ru> | 2022-03-16 14:18:07 +0300 |
commit | c3b998d83f67ff16456bd8e3e842abd295ce2a73 (patch) | |
tree | f350d66dd33b228d37d7bd1a9b769a2ec127c58e /CMakeLists.linux.txt | |
parent | e53b11f9862a561704077616d62587223ffa9d70 (diff) | |
download | ydb-c3b998d83f67ff16456bd8e3e842abd295ce2a73.tar.gz |
KIKIMR-14503 control requests count to tx-allocator
ref:1469dbafc412933345b8e639f81dd0895ded1a3b
Diffstat (limited to 'CMakeLists.linux.txt')
-rw-r--r-- | CMakeLists.linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt index 2620574fdb..2eab2e65f5 100644 --- a/CMakeLists.linux.txt +++ b/CMakeLists.linux.txt @@ -1231,6 +1231,7 @@ add_subdirectory(ydb/core/tx/sequenceproxy/ut) add_subdirectory(ydb/core/tx/sequenceshard/ut) add_subdirectory(ydb/core/tx/time_cast/ut) add_subdirectory(ydb/core/tx/tx_allocator/ut) +add_subdirectory(ydb/core/tx/tx_allocator_client/ut) add_subdirectory(ydb/core/tx/tx_proxy/ut_base_tenant) add_subdirectory(ydb/core/tx/tx_proxy/ut_encrypted_storage) add_subdirectory(ydb/core/tx/tx_proxy/ut_ext_tenant) |