Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestDesc (0.98 sec)

  1. pkg/adsc/adsc_test.go

    		expectedADSResources *ADSC
    		validator            func(testCase) error
    	}
    	var tests []testCase
    
    	type testDesc struct {
    		desc             string
    		initialRequests  []*discovery.DiscoveryRequest
    		excludedResource string
    		validator        func(testCase) error
    	}
    
    	descs := []testDesc{
    		{
    			desc:            "stream-no-resources",
    			initialRequests: []*discovery.DiscoveryRequest{},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    	env.ConfigStore = configStore
    
    	testDesc := "Testing root SidecarScope for ns:%v enabled when %v is called."
    	when := "createNewContext"
    	newPush := NewPushContext()
    	newPush.Mesh = env.Mesh()
    	newPush.InitContext(env, nil, nil)
    	verifyServices(true, fmt.Sprintf(testDesc, otherNS, when), otherNS, newPush)
    	verifyServices(true, fmt.Sprintf(testDesc, defaultNS, when), defaultNS, newPush)
    
    	oldPush := newPush
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top