~mvo/snapd/+git/snapd-mvo:sanity-for-sanity-test

Last commit made on 2019-01-16
Get this branch:
git clone -b sanity-for-sanity-test https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
sanity-for-sanity-test
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

35ec713... by Michael Vogt

snapd: fix race in TestSanityFailGoesIntoDegradedMode test

Ensure the MockSanityCheck code runs at least *twice* to
avoid a race in the TestSanityFailGoesIntoDegradedMode test:

If we close the channel and this wakes up the "select"
in the test immediately and stops this go-routine, then the
check that the logbuf contains the error will fail.
By running this at least twice we know the error made
it to the log.

cc6acb6... by Michael Vogt

Merge pull request #6331 from mvo5/snapd-daemon-reload-gil

systemd: allow only a single daemon-reload at the same time

b7007c3... by Michael Vogt

Merge pull request #6339 from chipaca/no-auto-unicode-to-pipe

cmd/snap: only auto-enable unicode to a tty

0ebc8d2... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into HEAD

30f1b2b... by Michael Vogt

Merge pull request #6338 from chipaca/aligned-info

cmd/snap: right-align revision and size in info's channel map

ff53366... by Michael Vogt

Merge pull request #6334 from bboozzoo/bboozzoo/desktop-fonts-fedora

dirs, interfaces/builtin/desktop: system fontconfig cache path is different on Fedora

1bc3a8f... by Michael Vogt

Merge pull request #6335 from sergiocazzolato/tests-fix-no-space-left-on-amazon

tests: fix "No space left on device" issue on amazon-linux

2161fa8... by Maciej Borzecki

tests/main/mount-protocol-error: shellchecks

Signed-off-by: Maciej Borzecki <email address hidden>

cc4a80c... by Michael Vogt

Merge pull request #6340 from chipaca/unworkaround-released-at

store: undo workaround for timezone-less released-at

f87d600... by Michael Vogt

tests: improve mount-protocol-error spread test

Thanks to Maciej and Sergio!