~percona-toolkit-dev/percona-toolkit/fix-password-comma-bug-886077

« back to all changes in this revision

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

  • Committer: Daniel Nichter
  • Date: 2012-02-07 20:10:11 UTC
  • mfrom: (174 2.0)
  • mto: This revision was merged to the branch mainline in revision 189.
  • Revision ID: daniel@percona.com-20120207201011-sok2c1f2ay9qr3gm
Merge trunk r174.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
my $sb  = new Sandbox(basedir => '/tmp', DSNParser => $dp);
20
20
my $dbh = $sb->get_dbh_for('master');
21
21
 
 
22
# This issue/bug seems not to have been reproduced or followed up on.
 
23
plan skip_all => "issue 1152";
 
24
 
22
25
if ( !$dbh ) {
23
26
   plan skip_all => 'Cannot connect to sandbox master';
24
27
}