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:
Sveta Smirnova
2024-05-30 03:36:09 +03:00
parent e95f4bc016
commit f8d2f59e62

View File

@@ -27,7 +27,7 @@ if ( !$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';
}