PT-2340 - Support MySQL 8.4

- Adjusted test results, broken due to mysql.component table in PS
This commit is contained in:
Sveta Smirnova
2024-09-06 16:10:36 +03:00
parent ea6bd77501
commit 045b2fec9f
3 changed files with 5 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ sub test_so {
update_sample => 1,
),
$args{test_name},
);
) or diag($test_diff);
}
elsif ( $args{like} ) {
like(
@@ -169,6 +169,7 @@ SKIP: {
# ########################################################################
# Test simple, unfiltered get_db_itr().
# ########################################################################
# TODO: create flavor-dependent samples
test_so(
result => $sb->is_cluster_mode
? "$out/all-dbs-tbls-cluster-$sandbox_version.txt"