~snappy-dev/snapd/+git/snapd-pawel:snapstate-tests-cleanup-cont

Last commit made on 2020-06-16
Get this branch:
git clone -b snapstate-tests-cleanup-cont https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
snapstate-tests-cleanup-cont
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

e4d9313... by Paweł Stołowski

Move a few more tests from snapstate_test.go to snapstate_update_test.go (thanks pedronis).

c93ffac... by Michael Vogt

Merge pull request #8865 from mvo5/check-pr-title

workflow: test PR title as part of the static checks again

ca474e6... by Michael Vogt

Merge pull request #8876 from bboozzoo/bboozzoo/xdg-open-missing

tests/main/xdg-open-compat: backup and restore original xdg-open

978d692... by Michael Vogt

Merge pull request #8846 from stolowski/snapstate-update-tests

tests: move update-related tests to snapstate_update_test.go

f9c4be4... by Maciej Borzecki

tests/main/xdg-open-compat: backup and restore original xdg-open

The test overwrites and then removes its copy of /usr/bin/xdg-open, but never
restores the original file. This would break the tests that follow that rely on
the behavior of xdg-open. Specifically snap-handle link was broken like so:

2020-06-15 19:35:11 Error executing google:ubuntu-16.04-64:tests/main/snap-handle-link (jun151913-234107) :
-----
...
+ tests.session -u test exec env DISPLAY=:placeholder xdg-open snap://package
env: 'xdg-open': No such file or directory
grep error: pattern not found, got:
-----

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

b1e8485... by Michael Vogt

Merge pull request #8855 from pedronis/snapdtool-pkg

cmd,many: move Version and bits related to snapd tools to snapdtool, merge cmdutil

9e8da24... by Michael Vogt

workflows: add compat TRAVIS_PULL_REQUEST env for pr-title-check

b4e93e7... by Michael Vogt

workflow: move to deepakputhraya/action-pr-title@master, dylanvann/check-pull-request-title@v1 gave an error

07e3a40... by Michael Vogt

Merge pull request #8871 from anonymouse64/bugfix/journald-restart-too-often

tests/prepare-restore.sh: reset-failed systemd-journald before restarting

96abd5e... by Michael Vogt

Merge pull request #8873 from jdstrand/misc-small-interface-updates

interfaces: misc small interface updates