mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
PT-2340 - Support MySQL 8.4
- Added sleep to t/lib/MasterSlave.t, so it does not fail on fast machines - Disabled SSL tests on versions earlier than 8.0
This commit is contained in:
@@ -235,6 +235,9 @@ diag(`$trunk/sandbox/start-sandbox replica 2903 2900`);
|
||||
diag(`$trunk/sandbox/start-sandbox replica 2901 2900`);
|
||||
diag(`$trunk/sandbox/start-sandbox replica 2902 2901`);
|
||||
|
||||
# We need to sleep, so source server updates list of replicas on fast machines.
|
||||
sleep(1);
|
||||
|
||||
# I discovered something weird while updating this test. Above, you see that
|
||||
# slave2 is started first, then the others. Before, slave2 was started last,
|
||||
# but this caused the tests to fail because SHOW SLAVE HOSTS on the master
|
||||
|
Reference in New Issue
Block a user