Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreateReadycheck (0.23 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/factory_test.go

    			<-ready
    			got := healthcheck()
    
    			if !errors.Is(got, tc.want) {
    				t.Errorf("healthcheck() missmatch want %v got %v", tc.want, got)
    			}
    		})
    	}
    }
    
    func TestCreateReadycheck(t *testing.T) {
    	etcdConfig := testserver.NewTestConfig(t)
    	client := testserver.RunEtcd(t, etcdConfig)
    	newETCD3ClientFn := newETCD3Client
    	defer func() {
    		newETCD3Client = newETCD3ClientFn
    	}()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 29 15:58:10 UTC 2022
    - 12.1K bytes
    - Viewed (0)
Back to top