Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for test64i (0.19 sec)

  1. pilot/pkg/model/push_context_test.go

    				},
    			},
    		},
    	}
    	destinationRuleNamespace4Local := config.Config{
    		Meta: config.Meta{
    			Name:      "rule4-local",
    			Namespace: "test4",
    		},
    		Spec: &networking.DestinationRule{
    			Host:     testhost,
    			ExportTo: []string{"test4"},
    			Subsets: []*networking.Subset{
    				{
    					Name: "subset15",
    				},
    				{
    					Name: "subset16",
    				},
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	}
    	servicesConflictWithVirtualListener := []*model.Service{
    		buildServiceWithPort("test4.com", 15001, protocol.HTTP, tnow.Add(1*time.Second)),
    		buildServiceWithPort("test5.com", 15006, protocol.TCP, tnow),
    		buildServiceWithPort("test6.com", 8081, protocol.HTTP, tnow.Add(2*time.Second)),
    	}
    	services := append([]*model.Service(nil), servicesConflictWithStaticListener...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    			expectedError:   nil,
    		},
    		{
    			name:            "test4",
    			args:            []string{"rc/foo"},
    			expectedHasName: true,
    			expectedError:   nil,
    		},
    		{
    			name:            "test5",
    			args:            []string{"rc", "foo"},
    			expectedHasName: true,
    			expectedError:   nil,
    		},
    		{
    			name:            "test6",
    			args:            []string{"rc,pod,svc", "foo"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  4. src/cmd/go/go_test.go

    	tg.tempFile("src/t/t3/t3_test.go", "package t\nimport \"p1\"\nimport \"testing\"\nfunc Test3(t *testing.T) {t.Log(p1.X)}\n")
    	tg.tempFile("src/t/t4/t4_test.go", "package t\nimport \"p2\"\nimport \"testing\"\nfunc Test4(t *testing.T) {t.Log(p2.X)}")
    	tg.run("test", "-x", "-v", "-short", "t/...")
    
    	t.Log("\n\nREPEAT\n\n")
    
    	tg.run("test", "-x", "-v", "-short", "t/...")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top