Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/verify/check-metrics
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ class TestMetricsPackages(packagelib.PackageCase):
return

if m.image.startswith("debian") or m.image.startswith("ubuntu"):
m.execute("dpkg --purge libpcp-pmda-perl python3-pcp pcp redis redis-server")
m.execute("dpkg --purge libpcp-pmda-perl python3-pcp pcp-dstat pcp redis redis-server")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this fails on ubuntu or debian-trixie if it does not exist.

# HACK: pcp does not clean up correctly on Debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986074
m.execute("rm -f /etc/systemd/system/pmlogger.service.requires/pmlogger_farm.service")
else:
Expand Down
Loading