Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 121 for svctest (0.21 sec)

  1. pkg/controller/volume/attachdetach/util/util_test.go

    	fsVolumeMode               = new(v1.PersistentVolumeMode)
    )
    
    type vaTest struct {
    	desc                 string
    	createNodeName       kubetypes.NodeName
    	pod                  *v1.Pod
    	wantVolume           *v1.Volume
    	wantPersistentVolume *v1.PersistentVolume
    	wantErrorMessage     string
    }
    
    func Test_CreateVolumeSpec(t *testing.T) {
    	for _, test := range []vaTest{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 05:42:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_server_test.go

    // "snitest.com", which happens to match the CN of testSNICertificate. The test
    // verifies that the server correctly selects that certificate.
    func TestHandshakeServerSNI(t *testing.T) {
    	test := &serverTest{
    		name:    "SNI",
    		command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"},
    	}
    	runServerTestTLS12(t, test)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_list_issue61423.txt

    [short] skip 'generates a vcstest git repo'
    [!git] skip
    
    mkdir $WORK/mod1
    mkdir $WORK/mod2
    env GONOSUMDB=vcs-test.golang.org
    
    env GOPROXY=direct
    env GOMODCACHE=$WORK/mod1
    
    
    # If we query a module version from a git repo, we expect its
    # Origin data to be reusable.
    
    go list -m -json vcs-test.golang.org/git/issue61415.git@latest
    cp stdout git-latest.json
    stdout '"Version": "v0.0.0-20231114180001-f213069baa68"'
    stdout '"Origin":'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 22:43:50 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeSwiftExternalSourceDependenciesIntegrationTest.groovy

                        }
                    }
                }
            """
            buildFile << """
                apply plugin: 'swift-library'
                apply plugin: 'xcode'
                apply plugin: 'xctest'
    
                dependencies {
                    testImplementation "org.test:greeter:latest.integration"
                }
            """
            test.writeToProject(testDirectory)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/echotest/run.go

    	oneClusterOneTest func(t framework.TestContext, from cluster.Cluster, to echo.Target)
    	ingressTest       func(t framework.TestContext, from ingress.Instance, to echo.Target)
    )
    
    // Run will generate and run one subtest to send traffic between each combination
    // of source instance to target deployment.
    //
    // For example, in a test named `a/to_b/from_cluster-0`,
    // `a` is the source deployment, `b` is the destination deployment and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
  6. src/net/netip/netip_test.go

    	}
    }
    
    func TestPrefixMasking(t *testing.T) {
    	type subtest struct {
    		ip   Addr
    		bits uint8
    		p    Prefix
    		ok   bool
    	}
    
    	// makeIPv6 produces a set of IPv6 subtests with an optional zone identifier.
    	makeIPv6 := func(zone string) []subtest {
    		if zone != "" {
    			zone = "%" + zone
    		}
    
    		return []subtest{
    			{
    				ip:   mustIP(fmt.Sprintf("2001:db8::1%s", zone)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/platform/JUnitPlatformFilteringIntegrationTest.groovy

            '''
            file('src/test/java/SubClass.java') << '''
                import org.junit.jupiter.api.Test;
    
                class SubClass extends SuperClass {
                    @Test
                    void subTest() {
                    }
                }
            '''
    
            when:
            succeeds('test', '--tests', 'SubClass.superTest')
    
            then:
            new DefaultTestExecutionResult(testDirectory)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/XCTestSourceFileElement.java

        private final Set<String> testableImports = new LinkedHashSet<>();
    
        public XCTestSourceFileElement(String testSuiteName) {
            this.testSuiteName = testSuiteName;
            withImport("XCTest");
        }
    
        @Override
        public int getFailureCount() {
            int result = 0;
            for (XCTestCaseElement element : getTestCases()) {
                if (element.isExpectFailure()) {
                    result++;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  9. tests/integration/pilot/gw_topology_test.go

    				_, err := kubetest.CheckPodsAreReady(kubetest.NewPodFetch(cs, gatewayNs.Name(), "istio=ingressgateway"))
    				return err
    			}, retry.Timeout(time.Minute*2), retry.Delay(time.Second))
    
    			// Apply an envoy filter in a subtest to the existing gateway
    			t.NewSubTest("filter").Run(func(t framework.TestContext) {
    				for _, tt := range common.ProxyProtocolFilterAppliedGatewayCase(&apps, fmt.Sprintf("custom-gateway.%s.svc.cluster.local", gatewayNs.Name())) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. src/net/internal/socktest/sys_windows.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package socktest
    
    import (
    	"internal/syscall/windows"
    	"syscall"
    )
    
    // WSASocket wraps [syscall.WSASocket].
    func (sw *Switch) WSASocket(family, sotype, proto int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (s syscall.Handle, err error) {
    	sw.once.Do(sw.init)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top