59e11dbf9f
Summary: I've refactored the integration test for HA so we can reuse the common parts like starting/stopping workers. I've also added a test that triggers the log compaction and it checks that the snapshot that has been transferred is the same as the origin one. Reviewers: ipaljak Reviewed By: ipaljak Subscribers: mferencevic, pullbot Differential Revision: https://phabricator.memgraph.io/D1847
22 lines
370 B
CMake
22 lines
370 B
CMake
# telemetry test binaries
|
|
add_subdirectory(telemetry)
|
|
|
|
# ssl test binaries
|
|
add_subdirectory(ssl)
|
|
|
|
# transactions test binaries
|
|
add_subdirectory(transactions)
|
|
|
|
# kafka test binaries
|
|
add_subdirectory(kafka)
|
|
|
|
# auth test binaries
|
|
add_subdirectory(auth)
|
|
|
|
# distributed test binaries
|
|
add_subdirectory(distributed)
|
|
|
|
# distributed ha/basic binaries
|
|
add_subdirectory(ha/basic)
|
|
|