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:

committed by
Johan Wikman

parent
489520a5c0
commit
621444e5e4
@ -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);
|
||||
|
Reference in New Issue
Block a user