~snappy-dev/snapd/+git/snapd-pawel:fix-test-snapd-refresh-tasks-test

Last commit made on 2022-04-21
Get this branch:
git clone -b fix-test-snapd-refresh-tasks-test https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-test-snapd-refresh-tasks-test
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

500001f... by Paweł Stołowski

Snapd snap is excluded from refresh-app-awareness runinhibit checks, fix
the test that broke after the two independent r-a-a PRs landed at the
same time.

0f81745... by igorljubuncic <email address hidden>

interfaces: add ACRN hypervisor support (#11097)

* Add interface and support for ACRN hypervisor

* Update interfaces/builtin/acrn.go

Co-authored-by: Ian Johnson <email address hidden>

* Update interfaces/builtin/acrn.go

Co-authored-by: Ian Johnson <email address hidden>

* Update interfaces/builtin/acrn.go

Co-authored-by: Maciej Borzecki <email address hidden>

* acrn: goformat acrn interface and add initial interface tests

* tests: add "acrn" to test-snapd-policy-app-consumer

* interfaces: rename "acrn" to "acrn-support"

* fix silly typo

* interfaces/builtin: small tweaks

Co-authored-by: Ian Johnson <email address hidden>
Co-authored-by: Maciej Borzecki <email address hidden>
Co-authored-by: Philip Meulengracht <email address hidden>
Co-authored-by: Samuele Pedroni <email address hidden>
Co-authored-by: Michael Vogt <email address hidden>

4ce32fe... by Michael Vogt

Merge pull request #11690 from stolowski/r-a-a/exclude-snapd-and-core

o/snapstate: exclude TypeSnapd and TypeOS snaps from refresh-app-awareness

5a9eb56... by Paweł Stołowski

features: enable refresh-app-awareness by default

* Enable refresh-app-awareness by default.

* Update tests.

* Fix comment.

* Pass --ignore-running in spread tests.

* Update hidden-snap-dir test with --ignore-running.

* Fix op-remove-retry test to kill test-snapd-tools.block process.

* Remove --ignore-running flag from hidden-snap-dir (not needed).

* Remove --ignore-running flag from refresh test (not needed).

* Add comment to the test

Co-authored-by: Maciej Borzecki <email address hidden>

* Add comment to the test

Co-authored-by: Maciej Borzecki <email address hidden>

* Add extra comments explaining --ignore-running use in the tests.

Co-authored-by: Maciej Borzecki <email address hidden>

8fbc726... by Maciej Borzecki

Merge pull request #11695 from mardy/snap-confine-errno

libsnap-confine-private: show proper error when aa_change_onexec() fails

feb68a7... by Miguel Pires

Merge pull request #11694 from mardy/remove-comment

i/apparmor: remove leftover comment

9312a1a... by Alberto Mardegan

libsnap-confine-private: show proper error when aa_change_onexec() fails

The call to secure_getenv() can overwrite the `errno` variable because
it internally invokes getauxval(), which could set `errno` to `ENOENT`.

This was discovered examining an error log containing these lines:

    run-hook: Error
    ERROR run hook "configure":
    -----
    cannot change profile for the next exec call: No such file or directory
    snap-update-ns failed with code 1
    -----

18d943a... by Alberto Mardegan

i/apparmor: remove leftover comment

We are actually using the loadProfiles() call: the code changed with
commit 826e4dc623617cdbecb8989baa557f80a6d761aa but the comment was left
over.

fa7b75c... by Maciej Borzecki

Merge pull request #11692 from bboozzoo/bboozzoo/gadget-drop-unused-unit-test-code

gadget: drop unused code in unit tests

710a2c3... by Paweł Stołowski

Merge pull request #11644 from stolowski/tooling-store-pkg

image, store: move ToolingStore to store/tooling package