another mount race: ctr XYZ is a libpod container: container already exists #23637
Labels
flakes
Flakes from Continuous Integration
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Looks similar to #23507 (whose fix is already in the code I'm running):
This is in parallel system tests where presumably objects are being created/removed unpredictably.
Not much to go on, but journal shows the container safename being
t-55
which corresponds topodman stop, with --rm container
, which simply doespodman run -d --rm sleep
thenpodman stop -t0
. That's where I'd begin with a reproducer, that in one loop,podman mount
in another.The text was updated successfully, but these errors were encountered: