Merge test changes from 2.3
This commit is contained in:
@ -120,7 +120,7 @@ int main(int argc, char** argv)
|
||||
const char CHANGE_CMD_FMT[] = "CHANGE MASTER TO MASTER_HOST = '%s', MASTER_PORT = %d, "
|
||||
"MASTER_USE_GTID = current_pos, MASTER_USER='repl', MASTER_PASSWORD = 'repl';";
|
||||
char change_cmd[256];
|
||||
snprintf(change_cmd, sizeof(change_cmd), CHANGE_CMD_FMT, test.repl->IP[3], test.repl->port[3]);
|
||||
snprintf(change_cmd, sizeof(change_cmd), CHANGE_CMD_FMT, test.repl->IP_private[3], test.repl->port[3]);
|
||||
test.try_query(nodes[0], "%s", change_cmd);
|
||||
test.try_query(nodes[0], "START SLAVE;");
|
||||
test.maxscales->wait_for_monitor(2);
|
||||
|
||||
Reference in New Issue
Block a user