1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 06:45:31 +01:00

Merge pull request #28020 from TomSweeneyRedHat/dev/tsweeney/lengthen_system_test

[v5.6-rhel] test/system: fix test race in exec leak check
This commit is contained in:
Paul Holzinger
2026-02-04 12:54:35 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ load helpers
is "$(find_exec_pid_files)" "" "there isn't any exec pid hash file leak"
# Ensure file is there while container is running
run_podman exec -d $cid sleep 5
run_podman exec -d $cid sleep 100
is "$(find_exec_pid_files)" '.*containers.*exec_pid' "exec_pid file found"
run_podman rm -t 0 -f $cid