~snappy-dev/snapd/+git/snapd-pawel:state-debug

Last commit made on 2019-09-17
Get this branch:
git clone -b state-debug https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
state-debug
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

5e34e06... by Paweł Stołowski

Stop snapd in prepare part of the spread test, and start in restore. This should fix the problem of the new test affecting other spread tests.

ed58155... by Paweł Stołowski

Merge branch 'master' into state-debug

324d3a9... by Zygmunt Krynicki

Merge pull request #7465 from mvo5/udev-return-codes

snap-confine: fix return value checks for udev functions

6341e63... by "John R. Lenton" <email address hidden>

Merge pull request #7411 from anonymouse64/feature/snap-model-tweaks

cmd/model: output tweaks, add'l tests

7367a8a... by Ian Johnson

Merge pull request #7429 from anonymouse64/bugfix/snap-svcs-disable-fix-2

wrappers/services: add ServicesEnableState + unit tests

291d45a... by Ian Johnson

cmd/model: don't defer flush, manually call where needed

By deferring the call to flush, if we encounter an error after having
written some output to the tabwriter, the output will still show up, but
here we avoid that so if there is an error it will be displayed and the
output written to that point will not.

Signed-off-by: Ian Johnson <email address hidden>

cb23217... by Ian Johnson

Merge pull request #7471 from stolowski/fix-typos

tests: fix newline and wrong test name pointed out in previous PRs

223a1ea... by Zygmunt Krynicki

Merge pull request #7442 from zyga/feature/mimic-namespace-test

tests: extend mount-ns test to handle mimics

d532eb8... by Ian Johnson

client/asserts_test.go: undo additional gocheck import

Signed-off-by: Ian Johnson <email address hidden>

e251a16... by Ian Johnson

cmd/model: bail early on --verbose and --assertion

We shouldn't even talk to the daemon in this case since it's an easy and obvious
error condition.

Also update the test to ensure no http calls to the server happen when this case
happens.

Signed-off-by: Ian Johnson <email address hidden>