Remove post-2.0 functionality testing
Removed more parts of tests that tested or expected post-2.0 functionality.
This commit is contained in:
@ -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)
|
add_test_executable(encrypted_passwords.cpp encrypted_passwords replication LABELS maxscale LIGHT REPL_BACKEND)
|
||||||
|
|
||||||
# MySQL Monitor Failover Test
|
# 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
|
# 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)
|
add_test_executable(false_monitor_state_change.cpp false_monitor_state_change replication LABELS mysqlmon REPL_BACKEND)
|
||||||
|
@ -132,7 +132,7 @@ int main(int argc, char *argv[])
|
|||||||
Test->tprintf("Connecting to RWSplit %s\n", Test->maxscale_IP);
|
Test->tprintf("Connecting to RWSplit %s\n", Test->maxscale_IP);
|
||||||
Test->connect_rwsplit();
|
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);
|
get_global_status_allnodes(&selects[0], &inserts[0], Test->repl, silent);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user