added --skip-check-slave-lag

This commit is contained in:
Carlos Salguero
2017-04-12 12:34:39 -03:00
parent 4ff8e664ae
commit 2fe4afc9cf
6 changed files with 91 additions and 7 deletions

View File

@@ -22,6 +22,10 @@ require "$trunk/bin/pt-online-schema-change";
my $dp = new DSNParser(opts=>$dsn_opts);
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
if ( !$sb->is_cluster_mode ) {
plan skip_all => 'Only for PXC',
}
my ($master_dbh, $master_dsn) = $sb->start_sandbox(
server => 'cmaster',
type => 'master',