~snappy-dev/snapd/+git/snapd-pawel:seeding-perf-timings-later

Last commit made on 2020-01-16
Get this branch:
git clone -b seeding-perf-timings-later https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
seeding-perf-timings-later
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

5388689... by Paweł Stołowski

Create perfTimings a bit later inside ensureSeed() and ensureOperational(), so that they are not created if there is nothing to do after seeding/registration is completed.

ff1e196... by Maciej Borzecki

Merge pull request #7974 from anonymouse64/tweak/black-formatter-python

many: run black formatter on all python files

b6c6a1d... by Paweł Stołowski

Merge pull request #7997 from mvo5/slow-tests-workaround-2

overlord: increase settle timeout for slow machines

60e0fe0... by Michael Vogt

overlord: increase overall settle timeout for slow arm boards

e7f2ed3... by Michael Vogt

Merge pull request #7998 from mvo5/slow-tests-workarounds

httputil: use shorter timeout in TestRetryRequestTimeoutHandling

dfb1b03... by Michael Vogt

Merge pull request #7986 from chipaca/default-track

store, o/snapstate: send default-tracks header, use RedirectChannel

9c20f60... by Michael Vogt

Merge pull request #8000 from mvo5/release-2.43.1

release: 2.43.1

e491196... by Michael Vogt

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

443a2de... by Michael Vogt

releasing package snapd version 2.43.1

acfd1b8... by Michael Vogt

devicestate: use httputil.ShouldRetryError() in prepareSerialRequest

We got a bugreport that the detection of temporary vs permanent
network errors is not reliable when requesting serials. This
commit changes the code to use the more elaborate code from
httputil to detect the failure condition.