MXS-2106: Add test case

Added a test case that reproduces the problem and verifies that it is
solved.
This commit is contained in:
Markus Mäkelä
2018-11-01 08:17:54 +02:00
parent 451e75eb6a
commit 2fa37aa18a
2 changed files with 79 additions and 0 deletions

View File

@ -984,6 +984,9 @@ add_test_executable(mxs2111_auth_string.cpp mxs2111_auth_string replication LABE
# MXS-2115: Automatic version_string detection
add_test_executable(mxs2115_version_string.cpp mxs2115_version_string replication LABELS REPL_BACKEND)
# MXS-2106: NULL values with avrorouter
add_test_executable(mxs2106_avro_null.cpp mxs2106_avro_null avro LABELS avrorouter REPL_BACKEND)
configure_file(templates.h.in templates.h @ONLY)
include(CTest)