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.
9 lines
187 B
CMake
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)
|