Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 121 for svctest (0.11 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    				addressesToReport = internalIP
    			} else {
    				for _, hostport := range internal {
    					svchost, _, _ := net.SplitHostPort(hostport)
    					if !slices.Contains(pending, svchost) && !slices.Contains(addressesToReport, svchost) {
    						addressesToReport = append(addressesToReport, svchost)
    					}
    				}
    			}
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    			services := scScope.Services()
    			numSvc := 0
    			svcList := []string{}
    			for _, service := range services {
    				svcName := service.Attributes.Name
    				svcNS := service.Attributes.Namespace
    				if svcNS != ns && svcNS != rootNS {
    					numSvc++
    				}
    				svcList = append(svcList, fmt.Sprintf("%v.%v.cluster.local", svcName, svcNS))
    			}
    			if sidecarScopeEnabled && numSvc > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  3. src/runtime/arena_test.go

    func TestUserArena(t *testing.T) {
    	// Set GOMAXPROCS to 2 so we don't run too many of these
    	// tests in parallel.
    	defer GOMAXPROCS(GOMAXPROCS(2))
    
    	// Start a subtest so that we can clean up after any parallel tests within.
    	t.Run("Alloc", func(t *testing.T) {
    		ss := &smallScalar{5}
    		runSubTestUserArenaNew(t, ss, true)
    
    		sp := &smallPointer{new(smallPointer)}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/XcodeMultipleSwiftProjectIntegrationTest.groovy

                        implementation project(':greeter')
                    }
                }
                project(':greeter') {
                    apply plugin: 'swift-library'
                    apply plugin: 'xctest'
                }
            """
            def app = new SwiftAppWithLibraryTest()
            app.library.writeToProject(file("greeter"))
            app.executable.writeToProject(file("app"))
            succeeds("xcode")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/swift_application_plugin.adoc

    `check` - Task (lifecycle)::
    Aggregate task that performs verification tasks, such as running the tests.
    Some plugins add their own verification task to `check`.
     For example, the <<xctest_plugin.adoc#xctest_plugin,XCTest Plugin>> attaches a task to this lifecycle task to run tests.
    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    `build` - Task (lifecycle)::
    Depends on: `check`, `assemble`
    ::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitorSpec.groovy

    C:\\Windows\\system32\\svchost.exe -k LocalServiceAndNoImpersonation                           1168
    c:\\salt\\nssm.exe                   1316
    "C:\\Windows\\system32\\Dwm.exe"            1436
    C:\\Windows\\Explorer.EXE               1460
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  7. src/go/build/deps_test.go

    	OS, fmt
    	< FMT;
    
    	log !< FMT;
    
    	# Misc packages needing only FMT.
    	FMT
    	< html,
    	  internal/dag,
    	  internal/goroot,
    	  internal/types/errors,
    	  mime/quotedprintable,
    	  net/internal/socktest,
    	  net/url,
    	  runtime/trace,
    	  text/scanner,
    	  text/tabwriter;
    
    	io, reflect
    	< internal/saferio;
    
    	# encodings
    	# core ones do not use fmt.
    	io, strconv, slices
    	< encoding;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. CONTRIBUTING.md

        ```
    
        See
        [TensorFlow Builds](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/ci_build)
        for details.
    
    #### Running doctest for testable docstring
    
    There are two ways to test the code in the docstring locally:
    
    1.  If you are only changing the docstring of a class/function/method, then you
        can test it by passing that file's path to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:45:51 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    .Customizing the XML
    ====
    include::sample[dir="snippets/ide/eclipse/kotlin",files="build.gradle.kts[tags=wtp-with-xml]"]
    include::sample[dir="snippets/ide/eclipse/groovy",files="build.gradle[tags=wtp-with-xml]"]
    ====
    
    [[sec:test-sources]]
    == Separation of test classpath entries
    
    Eclipse defines only one classpath per project which implies limitations on how Gradle projects can be mapped.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  10. platforms/native/language-native/src/main/java/org/gradle/language/plugins/NativeBasePlugin.java

                    // TODO: We should set this for macOS, but this currently breaks XCTest support for Swift
                    // when Swift depends on C++ libraries built by Gradle.
                    if (!targetPlatform.getOperatingSystem().isMacOsX()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 26.1K bytes
    - Viewed (0)
Back to top