Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for Test4 (0.48 sec)

  1. pilot/pkg/networking/core/listener_test.go

    		buildService("test3.com", wildcardIPv4, "unknown", tnow.Add(2*time.Second)),
    	}
    	service4 := &model.Service{
    		CreationTime:   tnow.Add(1 * time.Second),
    		Hostname:       host.Name("test4.com"),
    		DefaultAddress: wildcardIPv4,
    		Ports: model.PortList{
    			&model.Port{
    				Name:     "udp",
    				Port:     9000,
    				Protocol: protocol.GRPC,
    			},
    		},
    		Resolution: model.Passthrough,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. pkg/util/iptables/iptables_test.go

    			LineData{4, "Line4: 4"},
    			LineData{5, "Line5: 5"},
    			LineData{6, "Line6: 6"},
    			LineData{7, "Line7: 7"},
    			LineData{8, "Line8: 8"},
    			LineData{9, "Line9: 9"}),
    	}, {
    		name:  "test4-bound-cases",
    		count: 11,
    		line:  10,
    		want: mkLines(
    			LineData{1, "Line1: 1"},
    			LineData{2, "Line2: 2"},
    			LineData{3, "Line3: 3"},
    			LineData{4, "Line4: 4"},
    			LineData{5, "Line5: 5"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:21:59 UTC 2023
    - 46.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    			expectedError:   nil,
    		},
    		{
    			name:            "test3",
    			args:            []string{"rc,pod,svc"},
    			expectedHasName: false,
    			expectedError:   nil,
    		},
    		{
    			name:            "test4",
    			args:            []string{"rc/foo"},
    			expectedHasName: true,
    			expectedError:   nil,
    		},
    		{
    			name:            "test5",
    			args:            []string{"rc", "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