Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetRequestWaitContext (0.39 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		// Sadly, the client does not receive a more specific indication
    		// of stream reset.
    		return strings.Contains(urlErr.Err.Error(), "INTERNAL_ERROR")
    	}
    	return false
    }
    
    func TestGetRequestWaitContext(t *testing.T) {
    	tests := []struct {
    		name                    string
    		defaultRequestWaitLimit time.Duration
    		parent                  func(t time.Time) (context.Context, context.CancelFunc)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top