Files
scylladb/test/vector_search/CMakeLists.txt
Karol Nowacki 4bbba099d7 vector_search: Add unit tests for client error handling
Introduce dedicated unit tests for the client class to verify existing
functionality and serve as regression tests.
These tests ensure that invalid client requests do not cause nodes to
be marked as down.
2025-11-17 06:21:31 +01:00

9 lines
187 B
CMake

add_scylla_test(vector_store_client_test
LIBRARIES vector_search)
add_scylla_test(load_balancer_test
LIBRARIES vector_search)
add_scylla_test(client_test
LIBRARIES vector_search)