Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGracefulStoreCanDeleteIfExistingGracePeriodZero (0.55 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		t.Errorf("Unexpected error: %v", err)
    	}
    }
    
    // TestGracefulStoreCanDeleteIfExistingGracePeriodZero tests recovery from
    // race condition where the graceful delete is unable to complete
    // in prior operation, but the pod remains with deletion timestamp
    // and grace period set to 0.
    func TestGracefulStoreCanDeleteIfExistingGracePeriodZero(t *testing.T) {
    	deletionTimestamp := metav1.NewTime(time.Now())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top