mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-20 01:16:14 +00:00
Fix t/pqd/json.t.
This commit is contained in:
@@ -71,7 +71,8 @@ ok(
|
|||||||
"$trunk/t/lib/samples/slowlogs/slow059.txt",
|
"$trunk/t/lib/samples/slowlogs/slow059.txt",
|
||||||
qw(--output json))
|
qw(--output json))
|
||||||
},
|
},
|
||||||
"t/pt-query-digest/samples/slow059_report02.txt"
|
"t/pt-query-digest/samples/slow059_report02.txt",
|
||||||
|
"sed" => [q{-e 's/"name" : ".*/"name" : "slow059.txt"/'}],
|
||||||
),
|
),
|
||||||
'json output for slow059'
|
'json output for slow059'
|
||||||
) or diag($test_diff);
|
) or diag($test_diff);
|
||||||
|
@@ -487,7 +487,7 @@
|
|||||||
"global" : {
|
"global" : {
|
||||||
"files" : [
|
"files" : [
|
||||||
{
|
{
|
||||||
"name" : "/Users/daniel/p/pqd-ps-rate/t/lib/samples/slowlogs/slow059.txt",
|
"name" : "slow059.txt"
|
||||||
"size" : 2152
|
"size" : 2152
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user