// TestPodGcOrphanedPodsWithFinalizer tests deletion of orphaned pods func TestPodGcOrphanedPodsWithFinalizer(t *testing.T) { … } // TestTerminatingOnOutOfServiceNode tests deletion pods terminating on out-of-service nodes func TestTerminatingOnOutOfServiceNode(t *testing.T) { … } // TestPodGcForPodsWithDuplicatedFieldKeys regression test for https://issues.k8s.io/118261 func TestPodGcForPodsWithDuplicatedFieldKeys(t *testing.T) { … } func setup(t *testing.T, name string) *testutils.TestContext { … }