~percona-toolkit-dev/percona-toolkit/v-c-update

« back to all changes in this revision

Viewing changes to t/pt-archiver/version_check.t

  • Committer: Daniel Nichter
  • Date: 2012-08-27 23:10:42 UTC
  • Revision ID: daniel@percona.com-20120827231042-ourx6iknyfy1uk19
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
like(
73
73
   $output,
74
 
   qr/It is not time to --version-checka again/,
 
74
   qr/It is not time to --version-check again/,
75
75
   "Doesn't always check because of time limit"
76
76
);
77
77