mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Event expectation helpers print detailed diagnostics when the observed event stream does not match the expected one. That is useful for direct assertions, but it becomes extremely noisy [0] when the helper is used as the predicate for wait_until(), because every polling attempt emits the full mismatch dump. Add quiet wait wrappers for event polling and emit the existing detailed diagnostics only once after the timeout expires. [0] https://github.com/cloud-hypervisor/cloud-hypervisor/actions/runs/25745401604/job/75619840718?pr=8021 On-behalf-of: Philipp Schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>