Add test for MXS-2355

The test attempts to log in using mysql_clear_password.
This commit is contained in:
Esa Korhonen
2019-03-21 15:46:09 +02:00
parent 0469d57ede
commit 65975a38e2
2 changed files with 64 additions and 0 deletions

View File

@ -210,6 +210,9 @@ add_test_executable(kill_query.cpp kill_query replication LABELS REPL_BACKEND)
# MXS-2250: DESCRIBE on temporary table should work.
add_test_executable(mxs2250_describe_temp_table.cpp mxs2250_describe_temp_table mxs2250_describe_temp_table LABELS REPL_BACKEND)
# MXS-2355: Try to log in using a different authentication plugin
add_test_executable(mxs2355_wrong_auth.cpp mxs2355_wrong_auth maxctrl LABELS REPL_BACKEND)
############################################
# BEGIN: Tests that require GTID #
############################################