Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for TEST3 (0.04 sec)

  1. src/net/hosts_test.go

    	lookup, res string
    }{
    	// 127.0.0.1
    	{"test", "test"},
    	// 127.0.0.2
    	{"test2.example.com", "test2.example.com"},
    	{"2.test", "test2.example.com"},
    	// 127.0.0.3
    	{"test3.example.com", "3.test"},
    	{"3.test", "3.test"},
    	// 127.0.0.4
    	{"example.com", "example.com"},
    	// 127.0.0.5
    	{"test5.example.com", "test4.example.com"},
    	{"5.test", "test4.example.com"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

            assertTrue(responseData.getUrl().endsWith("test/text%203.txt"));
            final String content = new String(InputStreamUtil.getBytes(responseData.getResponseBody()), "UTF-8");
            assertEquals("test3\n", content);
        }
    
        public void test_preprocessUri() {
            String value;
            String result;
    
            value = "file://test.txt";
            result = "file://test.txt";
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8K bytes
    - Viewed (0)
  3. pkg/credentialprovider/plugin/plugin_test.go

    		},
    		{
    			name:     "provide for registry 3",
    			registry: "test3.registry.io",
    		},
    		{
    			name:     "provide for registry 4",
    			registry: "test4.registry.io",
    		},
    	}
    
    	pluginProvider := &pluginProvider{
    		clock:          tclock,
    		lastCachePurge: tclock.Now(),
    		matchImages:    []string{"test1.registry.io", "test2.registry.io", "test3.registry.io", "test4.registry.io"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 09 06:11:06 UTC 2022
    - 26.5K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context_test.go

    				},
    				{
    					Name: "subset4",
    				},
    			},
    		},
    	}
    	destinationRuleNamespace3 := config.Config{
    		Meta: config.Meta{
    			Name:      "rule3",
    			Namespace: "test3",
    		},
    		Spec: &networking.DestinationRule{
    			Host:     testhost,
    			ExportTo: []string{"test1", "test2", "*"},
    			Subsets: []*networking.Subset{
    				{
    					Name: "subset5",
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  5. pilot/pkg/trustbundle/trustbundle_test.go

    	}
    	// Check server1's anchor has been added along with meshConfig pem cert
    	expectTbCount(t, tb, 2, 3*time.Second, "server1(running) trustAnchor not updated in bundle")
    
    	// Test3: Stop server1
    	server1.Close()
    	// Check server1's valid trustAnchor is no longer in the trustbundle within poll frequency window
    	expectTbCount(t, tb, 1, 6*time.Second, "server1(stopped) trustAnchor not removed from bundle")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    		{
    			history: apps.ControllerRevision{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "test3",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    					OwnerReferences:   []metav1.OwnerReference{},
    				},
    				Revision: 3,
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"test3", "<none>", int64(3), "0s"}}},
    		},
    		{
    			history: apps.ControllerRevision{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/pkg/resource/helper_test.go

    			Resp: &http.Response{
    				StatusCode: http.StatusNotFound,
    				Header:     header(),
    				Body:       objBody(&metav1.Status{Status: metav1.StatusFailure}),
    			},
    			Err: true,
    		},
    		{
    			name: "test3",
    			Resp: &http.Response{
    				StatusCode: http.StatusOK,
    				Header:     header(),
    				Body: objBody(&corev1.PodList{
    					Items: []corev1.Pod{{
    						ObjectMeta: metav1.ObjectMeta{Name: "foo"},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 09:47:52 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/meta/restmapper_test.go

    	expectedGroupVersion1 := schema.GroupVersion{Group: "tgroup", Version: "test1"}
    	expectedGroupVersion2 := schema.GroupVersion{Group: "tgroup", Version: "test2"}
    	expectedGroupVersion3 := schema.GroupVersion{Group: "tgroup", Version: "test3"}
    	internalObjectGK := schema.GroupKind{Group: "tgroup", Kind: "InternalObject"}
    	otherObjectGK := schema.GroupKind{Group: "tgroup", Kind: "OtherObject"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 01 08:38:57 UTC 2020
    - 28.9K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            task2.assertOutputContains("components = [test:test3:3.4, test:test:1.3]")
            task2.assertOutputContains("artifacts = [test3-3.4.jar.txt (test:test3:3.4), test-one-1.3.jar.txt (test:test:1.3)]")
            task2.assertOutputContains("files = [test3-3.4.jar.txt, test-one-1.3.jar.txt]")
    
            and:
            output.count("Transforming") == 4
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/ipset/ipset_test.go

    			},
    		},
    		{
    			name: "test part of the IPSet fields present",
    			set: &IPSet{
    				Name:       "test3",
    				SetType:    BitmapPort,
    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   65535,
    			},
    			expect: &IPSet{
    				Name:       "test3",
    				SetType:    BitmapPort,
    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   65535,
    				MaxElem:    65536,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
Back to top