PT-2467 - t/pt-show-grants/basics.t t/pt-table-checksum/basics.t t/pt-table-sync/filters.t t/pt-upgrade/diff_rows.t fail with the latest PT

- Updated tests and results failed due to new percona.telemetry user
This commit is contained in:
Sveta Smirnova
2025-08-22 18:38:07 +03:00
parent b3bf266412
commit 4154acadc1
5 changed files with 10 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ unlike(
);
$output = output(
sub { pt_show_grants::main('-F', $cnf, '--ignore', 'baron,msandbox,root,root@localhost,user,mysql.session@localhost,mysql.sys@localhost,sys,mysql.infoschema@localhost'); }
sub { pt_show_grants::main('-F', $cnf, '--ignore', 'baron,msandbox,root,root@localhost,user,mysql.session@localhost,mysql.sys@localhost,sys,mysql.infoschema@localhost,percona.telemetry@localhost'); }
);
unlike(
$output,

View File

@@ -28,7 +28,7 @@ ERRORS DIFFS ROWS SKIPPED TABLE
0 0 0 0 mysql.time_zone_name
0 0 0 0 mysql.time_zone_transition
0 0 0 0 mysql.time_zone_transition_type
0 1 5 0 mysql.user
0 1 6 0 mysql.user
0 0 29 0 percona_test.checksums
0 0 1 0 percona_test.sentinel
0 0 200 0 sakila.actor

View File

@@ -28,7 +28,7 @@ ERRORS DIFFS ROWS SKIPPED TABLE
0 0 0 0 mysql.time_zone_name
0 0 0 0 mysql.time_zone_transition
0 0 0 0 mysql.time_zone_transition_type
0 1 5 0 mysql.user
0 1 6 0 mysql.user
0 0 29 0 percona_test.checksums
0 0 1 0 percona_test.sentinel
0 0 200 0 sakila.actor

View File

@@ -147,7 +147,7 @@ foreach my $args (
my $stm = $args->[-1] eq '--sync-to-source' ? ' --sync-to-source' : '';
test_filters(
name => $stm . "--replicate --tables t1",
name => $stm . " --replicate --tables t1",
cmds => [@$args,
qw(--tables t1)],
res => [qw(d1.t1 d2.t1 percona.checksums)],

View File

@@ -104,12 +104,12 @@ if ($sandbox_version ge '5.7' and $sandbox_version lt '8.0') {
[
2,
[ 'mysql.infoschema' ],
[ 'mysql.sys' ]
[ 'percona.telemetry' ]
],
[
4,
[ 'mysql.sys' ],
[ 'mysql.infoschema' ]
3,
[ 'mysql.session' ],
[ 'mysql.sys' ]
]
];
}
@@ -146,7 +146,7 @@ if ($sandbox_version ge '5.7' and $sandbox_version lt '8.0') {
} elsif ($sandbox_version ge '8.0') {
$expect =[
[
4,
5,
undef,
[
[ 'mysql.infoschema' ],
@@ -189,7 +189,7 @@ if ($sandbox_version ge '5.7' and $sandbox_version lt '8.0') {
} elsif ($sandbox_version ge '8.0') {
$expect =[
[
4,
5,
[
[
'mysql.infoschema'