Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 71 for cleanAll (0.36 sec)

  1. pilot/pkg/model/typed_xds_cache_test.go

    	})
    
    	cache.ClearAll()
    
    	// no change on empty clear
    	assert.Equal(t, cache.indexLength(), 0)
    	assert.Equal(t, cache.store.Len(), 0)
    }
    
    func TestEvictQueueMemoryLeak(t *testing.T) {
    	testEvictQueueMemoryLeak(t, "Flush")
    	testEvictQueueMemoryLeak(t, "ClearAll")
    }
    
    func testEvictQueueMemoryLeak(t *testing.T, f string) {
    	entry1 := entry{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 29 20:35:31 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/README.md

    
    ## Compatibility
    
    There are *NO compatibility guarantees* for this repository. It is in direct support of Kubernetes, so branches
    will track Kubernetes and be compatible with that repo. As we more cleanly separate the layers, we will review the
    compatibility guarantee.
    
    
    ## Where does it come from?
    
    `apimachinery` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 03 01:38:34 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  3. pkg/probe/dialer_windows.go

    // Using 1 second instead of 0 because SO_LINGER socket option to 0 causes pending data to be
    // discarded and the connection to be aborted with an RST rather than for the pending data to be
    // transmitted and the connection closed cleanly with a FIN.
    // Ref: https://issues.k8s.io/89898
    func ProbeDialer() *net.Dialer {
    	dialer := &net.Dialer{
    		Control: func(network, address string, c syscall.RawConn) error {
    			return c.Control(func(fd uintptr) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 16:57:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-java-library/src/main/java/org/gradle/api/plugins/JavaLibraryPlugin.java

    import org.gradle.jvm.component.internal.JvmSoftwareComponentInternal;
    
    import javax.inject.Inject;
    
    /**
     * <p>A {@link Plugin} which extends the capabilities of the {@link JavaPlugin Java plugin} by cleanly separating
     * the API and implementation dependencies of a library.</p>
     *
     * @since 3.4
     * @see <a href="https://docs.gradle.org/current/userguide/java_library_plugin.html">Java Library plugin reference</a>
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/testing/testserver.go

    	var errCh chan error
    	tearDown := func() {
    		cancel()
    
    		// If the kube-controller-manager was started, let's wait for
    		// it to shutdown cleanly.
    		if errCh != nil {
    			err, ok := <-errCh
    			if ok && err != nil {
    				logger.Error(err, "Failed to shutdown test server cleanly")
    			}
    		}
    		if len(result.TmpDir) != 0 {
    			os.RemoveAll(result.TmpDir)
    		}
    	}
    	defer func() {
    		if result.TearDownFn == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonStateCoordinator.java

                                if (state != null) {
                                    // Could not cancel cleanly, so stop
                                    return state;
                                }
                                // Else, cancelled cleanly, so keep doing work
                                break;
                            case Broken:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/test_fuzz.txt

    # Test that calling f.Fatal in a fuzz target causes a non-zero exit status.
    ! go test fatal_fuzz_test.go
    ! stdout ^ok
    stdout FAIL
    
    # Test that successful test exits cleanly.
    go test success_fuzz_test.go
    stdout ^ok
    ! stdout FAIL
    
    # Test that successful fuzzing exits cleanly.
    go test -fuzz=Fuzz -fuzztime=1x success_fuzz_test.go
    stdout ok
    ! stdout FAIL
    
    # Test that calling f.Fatal while fuzzing causes a non-zero exit status.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/resources/SharedResourceLeaseRegistryTest.groovy

        def coordinationService = new DefaultResourceLockCoordinationService()
        def sharedResourceLeaseRegistry = new SharedResourceLeaseRegistry(coordinationService)
    
        def "can cleanly lock and unlock a shared resource"() {
            given:
            sharedResourceLeaseRegistry.registerSharedResource('resource', 1)
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/README.md

    
    ## Compatibility
    
    There are *NO compatibility guarantees* for this repository.  It is in direct support of Kubernetes, so branches
    will track Kubernetes and be compatible with that repo.  As we more cleanly separate the layers, we will review the
    compatibility guarantee.
    
    
    ## Where does it come from?
    
    `cli-runtime` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cli-runtime.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 03 01:38:34 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/README.md

    
    ## Compatibility
    
    There are *NO compatibility guarantees* for this repository, yet.  It is in direct support of Kubernetes, so branches
    will track Kubernetes and be compatible with that repo.  As we more cleanly separate the layers, we will review the
    compatibility guarantee. We have a goal to make this easier to use in the future.
    
    
    ## Where does it come from?
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 03 01:38:34 UTC 2021
    - 1.3K bytes
    - Viewed (0)
Back to top