mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
All Test::More::diag() in Sandbox.pm instead of just diag().
This commit is contained in:
@@ -202,8 +202,8 @@ sub wipe_clean {
|
|||||||
# ERROR: Databases are left on slave1: foo
|
# ERROR: Databases are left on slave1: foo
|
||||||
# Or maybe not if by chance the DROP statement replicates
|
# Or maybe not if by chance the DROP statement replicates
|
||||||
# between now and then.
|
# between now and then.
|
||||||
diag("WARNING: Timeout in Sandbox::wipe_clean() waiting for "
|
Test::More::diag("WARNING: Timeout in Sandbox::wipe_clean() "
|
||||||
. "databases to drop");
|
. "waiting for databases to drop");
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user