Re: [Qemu-block] [PATCH 4/4] iotests: Add test for QMP event rates

2016-03-09 Thread Max Reitz
On 09.03.2016 17:11, Alberto Garcia wrote: > This test verifies that the rate-limited QMP events are emitted at a > maximum rate of 1 per second as defined in monitor_qapi_event_conf in > monitor.c > > It also checks that QUORUM_REPORT_BAD events generated from different > nodes are kept in

[Qemu-block] [PATCH 4/4] iotests: Add test for QMP event rates

2016-03-09 Thread Alberto Garcia
This test verifies that the rate-limited QMP events are emitted at a maximum rate of 1 per second as defined in monitor_qapi_event_conf in monitor.c It also checks that QUORUM_REPORT_BAD events generated from different nodes are kept in separate queues so they don't mask each other.