~mvo/snapd/+git/snapd-mvo:test-bad-service-refresh

Last commit made on 2019-03-11
Get this branch:
git clone -b test-bad-service-refresh https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
test-bad-service-refresh
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

1a122e6... by Michael Vogt

tests: add undo test with hanging stop command

While debugging a hanging change I noticed that we lack some tests
related to the undo handling of bad services. This PR adds two
new tests:
1. A snap where the new snap service is broken and the refresh breaks
   the old snap service as well
2. A snap where the stop command takes forever

818f335... by Zygmunt Krynicki

Merge pull request #6574 from zyga/feature/refresh-app-awareness-6

cmd/snap-confine: track per-app and per-hook processes

b209d9a... by Michael Vogt

Merge pull request #6579 from zyga/tweak/sc-args-const

cmd/snap-confine: make sc_args helpers const-correct

b02151e... by Samuele Pedroni

daemon: move a function that was between an other struct and its methods

InterfacesUnchanged was between assertResponse and assertResponse.ServeHTTP.

be67655... by Zygmunt Krynicki

tests: change and fix the inheritance test

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

19c41c9... by Paweł Stołowski

Merge pull request #6568 from stolowski/fix-undo-linksnap-cfg

overlord/snapstate: fix restoring of "old-current" revision config in undoLinkSnap

98ed68b... by Samuele Pedroni

move a functions that was between an other struct and its method(s)

357edbd... by Zygmunt Krynicki

cmd/snap-confine: make sc_args helpers const-correct

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

9eabb2a... by Zygmunt Krynicki

tests: check cgroup inheritance properties

When a process forks a child the child inherits the set of cgroups
the parent was a member of.

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

0955c4b... by Maciej Borzecki

cmd/snap, client, daemon, ifacestate: show a leading attribute of a connection (#6576)

* dameon: include connection plug/slot attributes in /v2/connections endpoint

* overlord/ifacestate: extend connections state API to include plug/slot attributes

* client: add definitions for connection plug/slot attributes

* cmd/snap: show leading attribute when displaying connections

Some interfaces, such as 'content', have an attribute that is used internally to
match the plug and slot. Display the value of the leading attribute of an
established connection in 'snap connections' output.

* tests/main/snap-connections: account for content interface attributes