mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
PT-572 More tests fixed
This commit is contained in:
@@ -23,6 +23,10 @@ my $sb = Sandbox->new(basedir => '/tmp', DSNParser => $dp);
|
||||
my $master_dbh = $sb->get_dbh_for('master');
|
||||
my $dbh = $sb->get_dbh_for('slave1');
|
||||
|
||||
if ($sandbox_version ge '5.7') {
|
||||
plan skip_all => 'Use SQL_DELAY';
|
||||
}
|
||||
|
||||
if ( !$dbh ) {
|
||||
plan skip_all => 'Cannot connect to MySQL slave.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user