mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
PT-2119 - pt-osc aborts in 8.0.15 even if no FK exists
- Adjusted test case, so it is skipped on 5.7
This commit is contained in:
@@ -27,7 +27,7 @@ if ( !$master_dbh ) {
|
|||||||
|
|
||||||
my $vp = VersionParser->new($master_dbh);
|
my $vp = VersionParser->new($master_dbh);
|
||||||
|
|
||||||
if ( $vp->cmp('8.0') > -1 && ($vp->cmp('8.0.14') < 0 || $vp->cmp('8.0.17') >= 0 || $vp->flavor() =~ m/maria/i) ) {
|
if ( $vp->cmp('8.0.14') < 0 || $vp->cmp('8.0.17') >= 0 || $vp->flavor() =~ m/maria/i ) {
|
||||||
plan skip_all => 'Test requires versions between 8.0.14 and 8.0.17';
|
plan skip_all => 'Test requires versions between 8.0.14 and 8.0.17';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user