Skip to content

Commit 9f66350

Browse files
committed
e2e: log leftover processes to eventually detect zombies
1 parent 94b8621 commit 9f66350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci-e2e.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ cleanup() {
8888
ctr -n moby images list > "${ARTIFACTS_LOCAL}/containerd-images.txt" || true
8989
ctr -n moby version > "${ARTIFACTS_LOCAL}/containerd-version.txt" || true
9090

91+
ps -ef > "${ARTIFACTS_LOCAL}/processes-ps-ef.txt" || true
92+
9193
# Verify that no containers are running at this time
9294
# Note: This verifies that all our tests clean up clusters correctly.
9395
if [[ ! "$(docker ps -q | wc -l)" -eq "0" ]]

0 commit comments

Comments
 (0)