mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
A few miscellaneous changes, including a fix for metadata locking and wipe_clean in Sandbox.pm
This commit is contained in:
@@ -337,7 +337,7 @@ ok($res->{result} >= 0, 'Wait was successful');
|
||||
|
||||
$ms->stop_slave($slaves[0]);
|
||||
$dbh->do('drop database if exists test'); # Any stmt will do
|
||||
diag(`(sleep 1; echo "start slave" | /tmp/$port_for{slave0}/use)&`);
|
||||
diag(`(sleep 3; echo "start slave" | /tmp/$port_for{slave0}/use)&`);
|
||||
eval {
|
||||
$res = $ms->wait_for_master(
|
||||
master_status => $ms->get_master_status($dbh),
|
||||
|
Reference in New Issue
Block a user