/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cloud/blockstore/libs/client/ya.make
57 строк
1 KB
Kirill Pleshivtsev
Live migration to the new leader volume. (#4448)
10 ноя 2025, 18:48
Не верифицирован
10 ноя 2025, 18:48
7085ccf
Код
Авторство
О чём код?
LIBRARY() INCLUDE(${ARCADIA_ROOT}/cloud/storage/deny_ydb_dependency.inc) SRCS( client.cpp config.cpp durable.cpp metric.cpp multiclient_endpoint.cpp session.cpp switchable_client.cpp switchable_session.cpp throttling.cpp ) PEERDIR( cloud/blockstore/public/api/grpc cloud/blockstore/public/api/protos cloud/blockstore/config cloud/blockstore/libs/common cloud/blockstore/libs/diagnostics cloud/blockstore/libs/service cloud/blockstore/libs/storage/model cloud/blockstore/libs/throttling cloud/storage/core/libs/grpc cloud/storage/core/libs/throttling library/cpp/lwtrace library/cpp/monlib/dynamic_counters library/cpp/threading/future library/cpp/monlib/service library/cpp/monlib/service/pages contrib/libs/grpc ) IF (SANITIZER_TYPE == "thread") SUPPRESSIONS( tsan.supp ) ENDIF() END() # Until DEVTOOLSSUPPORT-25698 is not solved. IF (SANITIZER_TYPE == "address" OR SANITIZER_TYPE == "memory") RECURSE_FOR_TESTS( ut ) ELSE() RECURSE_FOR_TESTS( ut ut_throttling ) ENDIF()