Fix error messages in sync_slaves

Fixed missing newlines in the error output printf calls of
sync_slaves. Changed the order of commands pers_02 executes to a more
correct way.
This commit is contained in:
Markus Mäkelä
2017-10-08 23:25:05 +03:00
committed by Johan Wikman
parent 489520a5c0
commit 621444e5e4
2 changed files with 7 additions and 5 deletions

View File

@ -25,9 +25,10 @@ int main(int argc, char *argv[])
Test->create_connections(75, true, true, true, true);
Test->stop_timeout();
Test->repl->close_connections();
Test->repl->stop_nodes();
Test->repl->start_replication();
Test->repl->close_connections();
Test->repl->connect();
Test->repl->sync_slaves();
Test->set_timeout(60);