~mvo/snapd/+git/snapd-mvo:adt-fixes-2.37-2

Last commit made on 2019-01-14
Get this branch:
git clone -b adt-fixes-2.37-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
adt-fixes-2.37-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

cc2996d... by Michael Vogt

tests: exclude some more slow tests from runs in autopkgtest

The i386 autopkgtest run failed in disco with a timeout error.
This PR removes some more tests from the set of tests run in
the autopkgtest backend to bring the time below the timeout.

Note that the autopkgtest environment on i386/amd64 is
exceedingly slow in the ADT cloud, most likely because of
overcommit of resources there.

9d3844c... by Zygmunt Krynicki

Merge pull request #6352 from zyga/feature/user-mount-ns-20.7

many: remove .user-fstab files from /run/snapd/ns

b5603f2... by Paweł Stołowski

Merge pull request #6345 from zyga/feature/user-mount-ns-20.2

cmd/libsnap: pass --from-snap-confine when calling snap-update-ns as user

c7d200b... by Zygmunt Krynicki

Merge pull request #6357 from zyga/feature/user-mount-ns-20.9.1

cmd/snap-update-ns: make freezer mockable

93a9c5a... by Zygmunt Krynicki

Merge pull request #6349 from zyga/feature/user-mount-ns-20.5

cmd/snap-update-ns: move XDG code to dedicated file

32f5b0e... by Zygmunt Krynicki

cmd/snap-update-ns: make freezer mockable

For testing we may want to disable the whole freezer subsystem. This
patch lets us do that quickly.

Signed-off-by: Zygmunt Krynicki <email address hidden>

2d8917b... by Zygmunt Krynicki

many: simplify removal of .fstab and .user-fstab files

Signed-off-by: Zygmunt Krynicki <email address hidden>

c44d7f0... by Zygmunt Krynicki

Merge remote-tracking branch 'origin/master' into feature/user-mount-ns-20.5

51709a9... by Zygmunt Krynicki

Merge pull request #6346 from zyga/feature/user-mount-ns-20.3

osutil: add helper for loading fstab from string

d12e7b7... by Zygmunt Krynicki

Merge pull request #6353 from zyga/feature/user-mount-ns-20.8

cmd/snap-update-ns: move existing code around, renaming some functions