Skip to content

Commit

Permalink
log untracked containers
Browse files Browse the repository at this point in the history
  • Loading branch information
gulducat committed May 11, 2023
1 parent f7a0bae commit 18cb3c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/docker/reconcile_dangling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,8 @@ func TestDanglingContainerRemoval_Stopped(t *testing.T) {

untracked, err = reconciler.untrackedContainers(set.New[string](0), time.Now())
must.NoError(t, err)
for _, d := range untracked.Slice() {
t.Logf("danglin: %#v", d)
}
must.Contains[string](t, container.ID, untracked)
}

0 comments on commit 18cb3c7

Please sign in to comment.