PT-2340 - Support MySQL 8.4

- Added SSL to 8.4 tests
This commit is contained in:
Sveta Smirnova
2024-11-14 03:20:43 +03:00
parent 8b802722db
commit 3786d4e4ce
5 changed files with 6 additions and 6 deletions

View File

@@ -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,