mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Fix pt-archiver tests to work with PXC in cluster mode. dest.t is still a work in progress.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user