MXS-3021: Add test case for strict

Checks that multi-statements are allowed and that rules that match still
cause queries to be blocked.
This commit is contained in:
Markus Mäkelä
2020-06-03 10:11:21 +03:00
parent da5af75c1c
commit a8c8531bbc
3 changed files with 68 additions and 0 deletions

View File

@ -326,6 +326,7 @@ add_test_executable(fwf_logging.cpp fwf_logging fwf_logging LABELS dbfwfilter RE
add_test_executable(fwf_reload.cpp fwf_reload fwf LABELS dbfwfilter REPL_BACKEND)
add_test_executable(fwf_syntax.cpp fwf_syntax fwf_syntax LABELS dbfwfilter REPL_BACKEND)
add_test_executable(fwf_com_ping.cpp fwf_com_ping fwf_com_ping LABELS dbfwfilter REPL_BACKEND)
add_test_executable(fwf_strict.cpp fwf_strict fwf_strict LABELS dbfwfilter REPL_BACKEND)
add_test_executable(mxs1583_fwf.cpp mxs1583_fwf mxs1583_fwf LABELS dbfwfilter REPL_BACKEND)
# Block and unblock Master and check that Maxscale survived