~snappy-dev/snapd/+git/snapd-pawel:fix-typos

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

Branch merges

Branch information

Name:
fix-typos
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

8f696f1... by Paweł Stołowski

Fix typo and wrong test name pointed out in previous PRs.

bfd5275... by Maciej Borzecki

Merge pull request #7463 from bboozzoo/bboozzoo/evoulution-api-change-tests

tests/main/interfaces-{calendar,contacts}-service: disable on 19.10

d100f72... by Michael Vogt

Merge pull request #7126 from sergiocazzolato/tests-extend-to-core-18-part3

tests: part3 making tests work on ubuntu-core-18

508de85... by Michael Vogt

Merge pull request #7408 from mvo5/fix-timedatectl-on-19.10

tests: fix interfaces-timeserver-control on 19.10

ef613b9... by Paweł Stołowski

Merge pull request #7423 from stolowski/revision-configs-cleanup

overlord/snapstate: config revision code cleanup and extra tests

c66bf9f... by Michael Vogt

Merge pull request #6839 from mvo5/remodel-switch-kernel-4

devicestate: allow remodel to different kernels

ac79c47... by Maciej Borzecki

tests/main/interfaces-{calendar,contacts}-service: disable on 19.10

The snap used for testing - test-snapd-eds, is built with evolution libraries
that automatically trigger dbus to spawn services with
org.gnome.evolution.dataserver.Calendar7 and
org.gnome.evolution.dataserver.AddressBook9 names (the last number probably
represents some API version).

The tests fail with the following log:

+ test-snapd-eds.calendar load test-calendar
error: g-dbus-error-quark[2] Unable to connect to 'test-calendar': The name org.gnome.evolution.dataserver.Calendar7 was not provided by any .service files

+ test-snapd-eds.contacts load test-address-book
error: g-dbus-error-quark[2] Unable to connect to 'test-address-book': The name org.gnome.evolution.dataserver.AddressBook9 was not provided by any .service files

The evolution-data-server 3.33.91-3 shipped in Ubuntu 19.10 comes with dbus
service files for names org.gnome.evolution.dataserver.AddressBook10 and
org.gnome.evolution.dataserver.Calendar8. The test snap needs an update.

Signed-off-by: Maciej Borzecki <email address hidden>

9a7f864... by Maciej Borzecki

Merge pull request #7133 from pedronis/snapd-slow-startup

overlord,daemon: adjust startup timeout via EXTEND_TIMEOUT_USEC using an estimate

3eded28... by Michael Vogt

Merge pull request #7457 from anonymouse64/bugfix/kill-timeout-5m

tests/main/many: increase kill-timeout to 5m

35d307c... by Michael Vogt

Merge pull request #7458 from jdstrand/k8s-support-systemd-run-ptrace-read

interfaces/kubernetes-support: allow systemd-run to ptrace read unconfined