mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
When the restore event is missing, the restore latency test panics with a generic RestoreTimeParse error that gives no clue about the cause. Include the exit status of the restore child in the diagnostic. Status 1 means Cloud Hypervisor aborted the restore, while SIGKILL means the test killed a still running child at its timeout. Assisted-by: Claude:Opus-4.8 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>