~kissiel/checkbox-support:raids-are-disks-too

Last commit made on 2020-02-19
Get this branch:
git clone -b raids-are-disks-too https://git.launchpad.net/~kissiel/checkbox-support
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
raids-are-disks-too
Repository:
lp:~kissiel/checkbox-support

Recent commits

e76ddca... by Maciej Kisielewski

udevadm: list RAIDs as disks

1aa4722... by PMR <pmr@pmr-lander>

Merge #379447 from checkbox-support:release

Release_2020_Week8

23e16cf... by PMR <pmr@pmr-lander>

increment version to v0.45.0.dev0

f1ee1f7... by PMR <pmr@pmr-lander>

Bump to v0.44.0

51bd2a2... by PMR <pmr@pmr-lander>

Merge #378972 from ~jocave/checkbox-support:snapd-install-improvements

a5f4571... by Jonathan Cave

snap_utils/snapd: output task info during changes

Add printing of the summary for any tasks that are currently
being processed i.e. 'Doing' while waiting for an async operation
to finish. This is helpful for diagnosing failed jobs.

20a3a19... by Jonathan Cave

snap_utils/snapd: abort changes that timeout

As tests might be auto-retried, it makes sense to abort the
attempt if the requested timeout is reached. The AsyncException
is extended to include the result of attempt to abort.

529748e... by PMR <pmr@pmr-lander>

Bump to v0.44.0rc1

874221c... by PMR <pmr@pmr-lander>

Merge #377997 from ~jocave/checkbox-support:usb-write-dmesg-check

f6e8d63... by Jonathan Cave

usb_read_write: check for i/o errors in dmesg

In lp:1852510 it was found that I/O errors might flood to dmesg
if there was a problem when the files where sync'ed to the disk.
This should catch that scenario.