mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Improve the test for bug 1176010.
This commit is contained in:
@@ -399,11 +399,12 @@ ok(
|
||||
#############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_query_digest::main(@args, $sample.'slow057.txt') },
|
||||
sub { pt_query_digest::main(@args, $sample.'slow057.txt',
|
||||
qw(--group-by db)) },
|
||||
"t/pt-query-digest/samples/slow057.txt",
|
||||
),
|
||||
'Analysis for slow057 (no grouping bug 1176010)'
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
|
Reference in New Issue
Block a user