mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
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:
@@ -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"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user