MXS-2057 System test

This commit is contained in:
Niclas Antti
2018-11-13 17:23:16 +02:00
parent e371964f8b
commit 77f8a3b71b
6 changed files with 172 additions and 4 deletions

View File

@ -956,6 +956,9 @@ add_test_executable(mxs1949_warn_user_injection.cpp mxs1949_warn_user_injection
# MXS-2106: NULL values with avrorouter
add_test_executable(mxs2106_avro_null.cpp mxs2106_avro_null avro LABELS avrorouter REPL_BACKEND)
# MXS-2057 systemd watchdog
add_test_executable(mxs2057_systemd_watchdog.cpp mxs2057_systemd_watchdog mxs2057_systemd_watchdog LABELS REPL_BACKEND)
############################################
# END: binlogrouter and avrorouter tests #
############################################