Remove post-2.0 functionality testing

Removed more parts of tests that tested or expected post-2.0
functionality.
This commit is contained in:
Markus Mäkelä 2017-05-30 16:03:39 +03:00
parent 9d4e06c132
commit 6bd19e5c64
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ add_test_executable(different_size_rwsplit.cpp different_size_rwsplit replicatio
add_test_executable(encrypted_passwords.cpp encrypted_passwords replication LABELS maxscale LIGHT REPL_BACKEND)
# MySQL Monitor Failover Test
add_test_executable(failover_mysqlmon.cpp failover_mysqlmon failover_mysqlmon LABELS mysqlmon REPL_BACKEND)
#add_test_executable(failover_mysqlmon.cpp failover_mysqlmon failover_mysqlmon LABELS mysqlmon REPL_BACKEND)
# Test monitor state change events when manually clearing server bits
add_test_executable(false_monitor_state_change.cpp false_monitor_state_change replication LABELS mysqlmon REPL_BACKEND)

View File

@ -132,7 +132,7 @@ int main(int argc, char *argv[])
Test->tprintf("Connecting to RWSplit %s\n", Test->maxscale_IP);
Test->connect_rwsplit();
Test->execute_maxadmin_command((char *) "shutdown monitor MySQL-Monitor");
Test->execute_maxadmin_command((char *) "shutdown monitor \"MySQL Monitor\"");
get_global_status_allnodes(&selects[0], &inserts[0], Test->repl, silent);