forked from coreos/coreos-assembler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testiso: improve error when QEMU is terminated
Right now when QEMU gets killed during a testiso run, the error is: FAIL: pxe-offline-install (bios + metal) (1m10.277s) Got EOF from completion channel, coreos-installer-test-OK expected This is accurate but doesn't hint well enough at the underlying cause. Rework the two spots in which we wait for virtio-serial strings to also check if QEMU was killed to provide a better error. E.g.: FAIL: pxe-install (bios + metal) (34.483s) QEMU unexpectedly exited while waiting awaiting completion: process killed Related: coreos/fedora-coreos-tracker#1339
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters