Implement and test --check-spool. Make Mock/UserAgent save put and post data in an array. Make Percona/WebAPI/Client accept ready-made text resources, for multi-part resources.

This commit is contained in:
Daniel Nichter
2013-01-08 18:49:42 -07:00
parent d68301f293
commit 526437632c
6 changed files with 435 additions and 108 deletions

View File

@@ -0,0 +1,7 @@
[
{
query_id: 1,
arg: "select * from t where id = 1",
Query_time: 0.123456,
}
]

View File

@@ -0,0 +1,9 @@
{"id":"123","hostname":"prod1"}
--Ym91bmRhcnk=
[
{
query_id: 1,
arg: "select * from t where id = 1",
Query_time: 0.123456,
}
]