PT-2340 - Support MySQL 8.4

- Removed lib/Percona/Test.pm, lib/Safeguards.pm, t/lib/Safeguards.t, because they are not used anymore
- Removed word "slave" from lib
This commit is contained in:
Sveta Smirnova
2024-07-25 23:37:22 +03:00
parent b9a5231c9b
commit 8cbb5a0c8f
24 changed files with 576 additions and 1443 deletions

View File

@@ -11,8 +11,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More;
plan skip_all => 'FIXME ReplicaLagWaiter.t';
#plan tests => 7;
plan tests => 7;
use ReplicaLagWaiter;
use OptionParser;
@@ -68,7 +67,7 @@ my $rll = new ReplicaLagWaiter(
get_lag => \&get_lag,
sleep => \&sleep,
max_lag => 1,
slaves => [$r1, $r2],
replicas => [$r1, $r2],
);
@lag = (0, 0);