func TestSandboxGC(t *testing.T) { … } func makeGCContainer(podName, containerName string, attempt int, createdAt int64, state runtimeapi.ContainerState) containerTemplate { … } func TestContainerGC(t *testing.T) { … } // Notice that legacy container symlink is not tested since it may be deprecated soon. func TestPodLogDirectoryGC(t *testing.T) { … } func TestUnknownStateContainerGC(t *testing.T) { … }