mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
Fix write_services.t samples. Make send_data.t deterministic.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{"id":"123","hostname":"prod1"}
|
||||
{
|
||||
"hostname" : "prod1",
|
||||
"id" : "123"
|
||||
}
|
||||
|
||||
--Ym91bmRhcnk=
|
||||
[
|
||||
{
|
||||
|
@@ -7,9 +7,9 @@
|
||||
"runs" : [
|
||||
{
|
||||
"number" : "0",
|
||||
"options" : "--report-format profile /Users/daniel/p/pt-agent/t/lib/samples/slowlogs/slow008.txt",
|
||||
"options" : "--report-format profile slow008.txt",
|
||||
"output" : "spool",
|
||||
"program" : "/Users/daniel/p/pt-agent/bin/pt-query-digest"
|
||||
"program" : "pt-query-digest"
|
||||
}
|
||||
],
|
||||
"spool_schedule" : "2 * * * *"
|
||||
|
Reference in New Issue
Block a user