Files
cloud-hypervisor/performance-metrics
Anatol Belski febe70ae36 performance-metrics: Abort the run when a guest survives cleanup
When a test process group cannot be reaped, the host is left with an
orphaned guest whose ports and interfaces block later tests. Continuing
produces cascading failures that hide the original issue.

Treat a failed cleanup as a test error. By default the runner aborts,
and under --continue-on-failure it records the failure and keeps going.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
2026-07-20 09:51:53 +00:00
..