cockpit-project / cockpit-ostree

Cockpit component for managing software updates for OSTree based systems
GNU Lesser General Public License v2.1
26 stars 17 forks source link

test: Explicitly remove ostree-registry container #583

Closed martinpitt closed 5 months ago

martinpitt commented 5 months ago

In some test runs OstreeOCICase.testBasic fails on

Error: name "ostree-registry" is in use: container already exists

This doesn't reproduce locally. These are destructive tests, so the only plausible explanation is that the container was not actually removed on podman stop despite the -rm option. Clean it up more explicitly.


I saw this fail twice since yesterday, let's see if this helps.

martinpitt commented 5 months ago

Success. I'll do an empty force-push to re-run and gain more confidence.