~snappy-dev/snapd/+git/snapd-pawel:debug-test-fail

Last commit made on 2018-09-06
Get this branch:
git clone -b debug-test-fail https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

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

Recent commits

38285a2... by Paweł Stołowski

Debug.

f4d656e... by Maciej Borzecki

Merge pull request #5780 from zyga/tweak/more-testutils

testutil: allow Fstatfs results to vary over time

6df3ed6... by Zygmunt Krynicki

Merge pull request #5779 from zyga/tweak/comments

snap-update-ns: add comments about the "deadcode" in bootstrap.go

0e8a0a6... by Michael Vogt

Merge pull request #5781 from mvo5/unit-test-failure

overlord: add chg.Err() in testUpdateWithAutoconnectRetry

9093c06... by Zygmunt Krynicki

testutil: allow Fstatfs results to vary over time

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

04923ab... by Michael Vogt

overlord: add chg.Err() in testUpdateWithAutoconnectRetry

We are currently seeing build failures in the edge PPA with
the following error:
```
FAIL: managers_test.go:2522: mgrsSuite.TestUpdateWithAutoconnectRetrySlotSide

managers_test.go:2523:
    ms.testUpdateWithAutoconnectRetry(c, "some-snap", "other-snap")
managers_test.go:2514:
    c.Assert(chg.Status(), Equals, state.DoneStatus)
... obtained state.Status = 9 ("Error")
... expected state.Status = 4 ("Done")
```
This happens quite frequently but seems to be dependent on the
environment, i.e. it is not reproducible when run locally outside
of the sbuild environment.

747ad6e... by Michael Vogt

snap-update-ns: add comments about the "deadcode" in bootstrap.go

6c38e94... by Michael Vogt

Merge pull request #5767 from mvo5/deadcode

many: remove deadcode

c2e59ef... by Michael Vogt

Merge pull request #5775 from chipaca/gccgo-also-18.04

tests: also run unit/gccgo in 18.04

92f07ec... by Maciej Borzecki

Merge pull request #5774 from bboozzoo/bboozzoo/parallel-install-tests-local-install-helpers

tests: introduce a helper for installing local snaps with --name