o/snapstate, o/s/backend: move SortServices into Backend.StartServices - #16992
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16992 +/- ##
==========================================
- Coverage 79.07% 79.06% -0.01%
==========================================
Files 1375 1376 +1
Lines 191338 191361 +23
Branches 2465 2465
==========================================
+ Hits 151299 151300 +1
- Misses 30932 30948 +16
- Partials 9107 9113 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8e4a387 to
fc09d12
Compare
|
Fri May 8 08:30:00 UTC 2026 Failures:Preparing:
Executing:
Restoring:
Skipped tests from snapd-testing-skipIf you wish to have any of the below tests run in your PR, in your PR description, add 'unskip:' followed by a copy-and-pasted list (without variants) of the below tests you wish to run (unskip plus test list must be valid yaml)
|
fc09d12 to
6c6788a
Compare
6c6788a to
b53ecc9
Compare
|
Failed tests
These errors are not related to the changes from this PR |
Follows @pedronis's feedback at https://github.com/canonical/snapd/pull/16861/changes#r3137999181
As all callers of
Backend.StartServicescurrently do (and will need to do)snap.SortServices, we just move the sorting intoBackend.StartServices.SNAPDENG-36831