You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages that will be upgraded: libpolkit-agent-1-0 libpolkit-gobject-1-0 polkitd
Writing dpkg log to /var/log/unattended-upgrades/unattended-upgrades-dpkg.log
applying set ['libpolkit-agent-1-0', 'polkitd', 'libpolkit-gobject-1-0']
left to upgrade set()
All upgrades installed
InstCount=0 DelCount=0 BrokenCount=0
The list of kept packages can't be calculated in dry-run mode.
We're looking for the string "No packages found that can be upgraded unattended and no pending auto-removals" which I believe is no present in the source code. We'll need to vary the string we're looking for based on the distro version
The text was updated successfully, but these errors were encountered:
polkit is currently being phased in (per https://ubuntu-archive-team.ubuntu.com/phased-updates.html), which is why u-u (correctly) isn't picking it up. I think we should look for the string left to upgrade set()\nAll upgrades installed instead.
noble now has phased updates, in which the package repository will have
pending updates, but they won't be applied yet. We need to look for a
different message on noble to handle this change.
Fixes#7419.
noble now has phased updates, in which the package repository will have
pending updates, but they won't be applied yet. We need to look for a
different message on noble to handle this change.
Fixes#7419.
Description
The test is failing because, e.g.:
We're looking for the string "No packages found that can be upgraded unattended and no pending auto-removals"
which I believe is no present in the source code. We'll need to vary the string we're looking for based on the distro versionThe text was updated successfully, but these errors were encountered: