Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for countCSRDurationMetric (0.22 sec)

  1. pkg/registry/certificates/certificates/storage/metrics_test.go

    	for _, tt := range tests {
    		tt := tt
    		t.Run(tt.name, func(t *testing.T) {
    			t.Parallel()
    
    			testReq := &testCounterVecMetric{}
    			testHon := &testCounterVecMetric{}
    
    			finishFunc, err := countCSRDurationMetric(testReq, testHon)(nil, tt.obj, tt.old, tt.options)
    			if err != nil {
    				t.Fatal(err)
    			}
    
    			finishFunc(nil, tt.success)
    
    			if got := testReq.signer; tt.wantRequested && tt.wantSigner != got {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top