Fix pt-archiver tests to work with PXC in cluster mode. dest.t is still a work in progress.

This commit is contained in:
Daniel Nichter
2012-11-30 18:16:11 +00:00
9 changed files with 284 additions and 233 deletions

View File

@@ -26,6 +26,9 @@ if ( !$dbh ) {
elsif ( !$dbh2 ) {
plan skip_all => 'Cannot connect to sandbox slave';
}
elsif ( $sb->is_cluster_mode ) {
plan skip_all => 'Not for PXC',
}
else {
plan tests => 7;
}