Simplify how Pingback handles MySQL instances. Remove Percona::Toolkit::slurp_file() because it was causing 'sub redefined' errors, probably due to PerconaTest::slurp_file(). Add more PTVCDEBUG statements.

This commit is contained in:
Daniel Nichter
2012-08-27 17:10:42 -06:00
parent a08bf4c4fc
commit 98338b6508
26 changed files with 2966 additions and 1005 deletions

View File

@@ -56,7 +56,7 @@ $output = `PTVCDEBUG=1 $cmd 2>&1`;
like(
$output,
qr/It is not time to --version-checka again/,
qr/It is not time to --version-check again/,
"Doesn't always check because of time limit"
);