~snappy-dev/snapd/+git/snapd-pawel:hotplug-main-loop

Last commit made on 2019-01-18
Get this branch:
git clone -b hotplug-main-loop https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
hotplug-main-loop
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

6ff635b... by Paweł Stołowski

Updated the tests.

72a99e5... by Paweł Stołowski

Added HotplugGone flag to hotplug slots. Moved hotplug loop logic to
hotplug-add-slot tasks.

32fac7e... by Paweł Stołowski

Merge branch 'hotplug-update-slot' into hotplug

d4c143d... by Paweł Stołowski

Merge branch 'master' into hotplug-update-slot

9eb08d9... by Zygmunt Krynicki

Merge pull request #6390 from mvo5/release-2.37

release: 2.37

b4caba2... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into release-2.37

b64e1ca... by Sergio Cazzolato

Merge pull request #5887 from sergiocazzolato/tests-move-refresh-on-core

tests: moving core-snap-refresh-on-core test from main to nested suite

a7015ae... by Michael Vogt

releasing package snapd version 2.37

6bea6d9... 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.

5c9f2fc... by Michael Vogt

Merge pull request #6384 from mvo5/sanity-for-sanity-test

snapd: fix race in TestSanityFailGoesIntoDegradedMode test