~percona-toolkit-dev/percona-toolkit/pt-fke-logger-2.2

« back to all changes in this revision

Viewing changes to t/pt-fk-error-logger/get_fk_error.t

  • Committer: Daniel Nichter
  • Date: 2013-02-25 18:55:06 UTC
  • Revision ID: daniel@percona.com-20130225185506-1c73hctram930jeo
Mini-overhaul for pt-fk-error-logger: make --run-time standard, remove --print, add --quiet, add --iterations, change default --interval to 30, use Cxn and Runtime, reconnect to MySQL, eval the critical operation, rewrite/update the docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
use strict;
10
10
use warnings FATAL => 'all';
11
11
use English qw(-no_match_vars);
12
 
use Test::More tests => 10;
 
12
use Test::More;
13
13
 
14
14
use PerconaTest;
15
15
require "$trunk/bin/pt-fk-error-logger";
70
70
# #############################################################################
71
71
# Done.
72
72
# #############################################################################
73
 
exit;
 
73
done_testing;