Merge branch '2.1' into 2.2
This commit is contained in:
@ -20,7 +20,8 @@ int main(int argc, char** argv)
|
||||
// Give the monitor some time to detect it
|
||||
sleep(5);
|
||||
|
||||
test.add_result(execute_query_silent(test.maxscales->conn_master[0], "SELECT 1") == 0, "Query should fail");
|
||||
test.add_result(execute_query_silent(test.maxscales->conn_master[0], "SELECT 1") == 0,
|
||||
"Query should fail");
|
||||
|
||||
// Change the master back to the original one
|
||||
test.repl->change_master(0, 1);
|
||||
|
||||
Reference in New Issue
Block a user