Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 320 for dropped (0.12 sec)

  1. src/internal/trace/internal/oldtrace/parser_test.go

    	for i := 0; i < consume; i++ {
    		if _, ok := evs.Pop(); !ok {
    			t.Fatalf("iteration failed after %d events", i)
    		}
    	}
    
    	if evs.buckets[0] != nil {
    		t.Fatalf("expected first bucket to have been dropped")
    	}
    	for i, b := range evs.buckets[1:] {
    		if b == nil {
    			t.Fatalf("expected bucket %d to be non-nil", i+1)
    		}
    	}
    
    	if n := evs.Len(); n != N-consume {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. pkg/proxy/conntrack/cleanup.go

    // may create "black hole" entries for that IP+port. When the service gets endpoints we
    // need to delete those entries so further traffic doesn't get dropped.
    func deleteStaleServiceConntrackEntries(ct Interface, svcPortMap proxy.ServicePortMap, serviceUpdateResult proxy.UpdateServiceMapResult, endpointsUpdateResult proxy.UpdateEndpointsMapResult) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/lockedfile/internal/filelock/filelock_test.go

    	testenv.MustHaveExec(t)
    
    	f, remove := mustTempFile(t)
    	defer remove()
    
    	lock(t, f)
    
    	other := mustOpen(t, f.Name())
    	defer other.Close()
    
    	// Some kinds of file locks are dropped when a duplicated or forked file
    	// descriptor is unlocked. Double-check that the approach used by os/exec does
    	// not accidentally drop locks.
    	cmd := testenv.Command(t, os.Args[0], "-test.run=^$")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 22:37:50 UTC 2023
    - 4K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/namespacecontroller.go

    	CACertNamespaceConfigMap = "istio-ca-root-cert"
    
    	// maxRetries is the number of times a namespace will be retried before it is dropped out of the queue.
    	// With the current rate-limiter in use (5ms*2^(maxRetries-1)) the following numbers represent the
    	// sequence of delays between successive queuing of a namespace.
    	//
    	// 5ms, 10ms, 20ms, 40ms, 80ms
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceErrorHandlingIntegrationTest.groovy

            executer.withStackTraceChecksDisabled()
            withBuildCache().run "customTask"
    
            then:
            output =~ /Could not store entry .* in remote build cache: ${errorPattern}/
        }
    
        def "dropped connection during write is retried and can subsequently succeed"() {
            // For the first write, read some of the data and then close the connection.
            // Subsequent writes succeed.
            def count = 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  6. src/syscall/tables_wasip1.go

    	EMSGSIZE:        "Message too long",
    	EMULTIHOP:       "Multihop attempted",
    	ENAMETOOLONG:    "File name too long",
    	ENETDOWN:        "Network interface is not configured",
    	ENETRESET:       "Network dropped connection on reset",
    	ENETUNREACH:     "Network is unreachable",
    	ENFILE:          "File table overflow",
    	ENOBUFS:         "No buffer space available",
    	ENODEV:          "No such device",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 20:58:35 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. pilot/pkg/model/xds_cache.go

    	Run(stop <-chan struct{})
    	// Add adds the given XdsCacheEntry with the value for the given pushContext to the cache.
    	// If the cache has been updated to a newer push context, the write will be dropped silently.
    	// This ensures stale data does not overwrite fresh data when dealing with concurrent
    	// writers.
    	Add(entry XdsCacheEntry, pushRequest *PushRequest, value *discovery.Resource)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 02 07:02:05 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/coerce.go

    	// This only applies to fields that are recognized as part of the schema,
    	// but of an invalid type (i.e. cause an error when unmarshaling, rather
    	// than being dropped or causing a strictErr).
    	DropMalformedFields bool
    	// ReturnUnknownFieldPaths will return the paths to fields that are not
    	// recognized as part of the schema.
    	ReturnUnknownFieldPaths bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 14:55:12 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  9. testing/soak/src/integTest/groovy/org/gradle/vfs/FileSystemWatchingSoakTest.groovy

        private void assertWatchingSucceeded() {
            outputDoesNotContain("Couldn't create watch service")
            outputDoesNotContain("Couldn't fetch file changes, dropping VFS state")
            outputDoesNotContain("Dropped VFS state due to lost state")
        }
    
        private static void modifySourceFile(TestFile sourceFile, int numberOfMethods) {
            String className = sourceFile.name - ".java"
            sourceFile.text = """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/graph_builder_test.go

    			},
    			verifiedAbsent:    clusterabsentparent,
    			expectedAlternate: &clusterabsentparent_name, // switch to alternate name, apiVersion/kind verified cluster-scoped, namespace dropped
    		},
    
    		{
    			name: "namespaced ref from namespaced child returns first if absent is sorted last",
    			deps: []*node{
    				makeNode(ns1child1, withOwners(orderedNamespacedReferences...)),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 17 15:49:32 UTC 2020
    - 7.6K bytes
    - Viewed (0)
Back to top