Commit 2c19b9e1 authored by Cao Shufeng's avatar Cao Shufeng

remove leaked socket file in unit test

parent 67730881
...@@ -1837,7 +1837,8 @@ func newTestGenericStoreRegistry(t *testing.T, scheme *runtime.Scheme, hasCacheE ...@@ -1837,7 +1837,8 @@ func newTestGenericStoreRegistry(t *testing.T, scheme *runtime.Scheme, hasCacheE
func TestFinalizeDelete(t *testing.T) { func TestFinalizeDelete(t *testing.T) {
// Verify that it returns the expected Status. // Verify that it returns the expected Status.
_, s := NewTestGenericStoreRegistry(t) destroyFunc, s := NewTestGenericStoreRegistry(t)
defer destroyFunc()
obj := &example.Pod{ obj := &example.Pod{
ObjectMeta: metav1.ObjectMeta{Name: "foo", UID: "random-uid"}, ObjectMeta: metav1.ObjectMeta{Name: "foo", UID: "random-uid"},
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment