mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Remove reminents of stuff copied in from pt-table-checksum. Handle errors properly in exec_nibble().
This commit is contained in:
@@ -28,6 +28,9 @@ my $slave_dbh = $sb->get_dbh_for('slave1');
|
||||
if ( !$master_dbh ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
elsif ( !$slave_dbh ) {
|
||||
plan skip_all => 'Cannot connect to sandbox slave';
|
||||
}
|
||||
else {
|
||||
plan tests => 55;
|
||||
}
|
||||
|
Reference in New Issue
Block a user