On 1/30/19 12:27 PM, Kevin Wolf wrote:
> Am 14.01.2019 um 17:25 hat Eric Blake geschrieben:
>> From: John Snow <[email protected]>
>>
>> New interface, new smoke test.
>>
>> Signed-off-by: John Snow <[email protected]>
>> Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
>> Reviewed-by: Eric Blake <[email protected]>
>> Message-Id: <[email protected]>
>> [eblake: fix last-minute change to echo text]
>> Signed-off-by: Eric Blake <[email protected]>
>
> This test fails for me (with Python 3) because I get a different dict
> order.
>
> Probably related to the OrderedDict that qmp_log() uses, so log() uses
> sort_keys=False and the unordered dicts that are contained in the outer
> OrderedDict stay unordered.
>
> Kevin
>
Gurg. Sorry, apparently Python is hard. Will fix.