Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMaxInFlightMutating (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/maxinflight_test.go

    	// Too avoid flakyness we need to wait until at least one of the requests really finishes.
    	responses.Wait()
    	if err := expectHTTPGet(server.URL, http.StatusOK); err != nil {
    		t.Error(err)
    	}
    }
    
    func TestMaxInFlightMutating(t *testing.T) {
    	const AllowedMutatingInflightRequestsNo = 3
    
    	calls := &sync.WaitGroup{}
    	calls.Add(AllowedMutatingInflightRequestsNo)
    
    	responses := &sync.WaitGroup{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 10.2K bytes
    - Viewed (0)
Back to top