mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
Failing pqd test case.
This commit is contained in:
@@ -394,9 +394,10 @@ ok(
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Bug 1176010: pt-query-digest should know how to group quoted and unquoted database names
|
||||
# Bug 1176010: pt-query-digest should know how to group quoted and unquoted
|
||||
# database names
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/1176010
|
||||
#############################################################################
|
||||
# #############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_query_digest::main(@args, $sample.'slow057.txt',
|
||||
@@ -406,6 +407,22 @@ ok(
|
||||
'Analysis for slow057 (no grouping bug 1176010)'
|
||||
) or diag($test_diff);
|
||||
|
||||
# #############################################################################
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/821692
|
||||
# pt-query-digest doesn't distill LOAD DATA correctly
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/984053
|
||||
# pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly
|
||||
# #############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_query_digest::main($sample.'slow058.txt',
|
||||
'--report-format', 'query_report,profile', '--limit', '100%',
|
||||
)},
|
||||
"t/pt-query-digest/samples/slow058.txt",
|
||||
),
|
||||
'Analysis for slow058 (bug 821692, bug 984053)'
|
||||
) or diag($test_diff);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user