mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user