mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 21:08:00 +00:00
PT-2340 - Support MySQL 8.4
- Added SSL to 8.4 tests
This commit is contained in:
@@ -129,7 +129,7 @@ $sb->do_as_root("source", q/FLUSH TABLES/);
|
||||
# Test --resolve-hostname option (we don't know the hostname of the test
|
||||
# machine so we settle for any non null string)
|
||||
###############################################################################
|
||||
$output = `$trunk/bin/pt-replica-find -h 127.0.0.1 -P 12345 -u msandbox -p msandbox --report-format hostname --resolve-address`;
|
||||
$output = `$trunk/bin/pt-replica-find -h 127.0.0.1 -P 12345 -u msandbox -p msandbox --report-format hostname --resolve-address s=1`;
|
||||
like (
|
||||
$output,
|
||||
qr/127\.0\.0\.1:12345\s+\(\w+\)/s,
|
||||
|
Reference in New Issue
Block a user