~percona-toolkit-dev/percona-toolkit/cant-nibble-bug-918056

« back to all changes in this revision

Viewing changes to t/pt-query-digest/continue_on_error.t

  • Committer: Daniel Nichter
  • Date: 2012-05-23 22:07:05 UTC
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: daniel@percona.com-20120523220705-lpw10rfyx1gqlxrs
Implement retry_on_error for Pipeline processes.  Retry iteration proc twice, then fail completely.  Fix mirror.t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
like(
51
51
   $output,
52
 
   qr/Query\s+1/,
53
 
   "No infinite loop in report crashes (bug 888114)"
54
 
);
 
52
   qr/Argument \S+ isn't numeric/,
 
53
   "Report crashed, but no infinite loop (bug 888114)"
 
54
); 
55
55
 
56
56
# #############################################################################
57
57
# Done.