Re: [Qemu-devel] [PATCH 3/3] tests: more strict command batching test

2018-03-21 Thread Peter Xu
On Wed, Mar 21, 2018 at 07:55:19AM -0500, Eric Blake wrote: > On 03/21/2018 01:55 AM, Peter Xu wrote: > > Add "id" fields to the commands, and check that the command returns are > > in order. > > > > Signed-off-by: Peter Xu > > --- > > tests/qmp-test.c | 8 +++- > > 1 file changed, 7 inser

Re: [Qemu-devel] [PATCH 3/3] tests: more strict command batching test

2018-03-21 Thread Eric Blake
On 03/21/2018 01:55 AM, Peter Xu wrote: Add "id" fields to the commands, and check that the command returns are in order. Signed-off-by: Peter Xu --- tests/qmp-test.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) +++ b/tests/qmp-test.c @@ -83,6 +83,7 @@ static void test_qm

[Qemu-devel] [PATCH 3/3] tests: more strict command batching test

2018-03-20 Thread Peter Xu
Add "id" fields to the commands, and check that the command returns are in order. Signed-off-by: Peter Xu --- tests/qmp-test.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/qmp-test.c b/tests/qmp-test.c index 07c0b87e27..c861c3b550 100644 --- a/tests/qmp-test.c