Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTooManyRequestsNotReturned (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	})
    	if !errors.Is(err, errDummy) {
    		t.Errorf("With WatchFromStorageWithoutResourceVersion enabled, watch with unset RV should be served from storage: %v", err)
    	}
    }
    
    func TestTooManyRequestsNotReturned(t *testing.T) {
    	// Ensure that with ResilientWatchCacheInitialization feature disabled, we don't return 429
    	// errors when watchcache is not initialized.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top