Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 247 for Exceeded (0.12 sec)

  1. src/cmd/internal/bio/buf.go

    		return nil, false, err
    	}
    	return data, false, nil
    }
    
    // SliceRO returns a slice containing the next length bytes of r
    // backed by a read-only mmap'd data. If the mmap cannot be
    // established (limit exceeded, region too small, etc) a nil slice
    // will be returned. If mmap succeeds, it will never be unmapped.
    func (r *Reader) SliceRO(length uint64) []byte {
    	data, ok := r.sliceOS(length)
    	if ok {
    		return data
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 11 17:15:15 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CodeNarcInvoker.groovy

                    if (!compilationClasspath.empty) {
                        compilationClasspath.addToAntBuilder(ant, 'classpath')
                    }
                }
            } catch (Exception e) {
                if (e.message.matches('Exceeded maximum number of priority \\d* violations.*')) {
                    def message = "CodeNarc rule violations were found."
    
                    // Find all reports that produced a file
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 14:00:06 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  3. pkg/istio-agent/health/health_probers_test.go

    		},
    		{
    			desc:                "Timeout",
    			command:             []string{"sleep", "10"},
    			expectedProbeResult: Unhealthy,
    			expectedError:       errors.New("command timeout exceeded: signal: killed"),
    		},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.desc, func(t *testing.T) {
    			execProber := &ExecProber{
    				Config: &v1alpha3.ExecHealthCheckConfig{
    					Command: tt.command,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 14 19:26:09 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  4. pkg/kubelet/kuberuntime/kuberuntime_gc_test.go

    			},
    			remain:               []int{0, 1, 2},
    			evictTerminatingPods: false,
    			allSourcesReady:      true,
    		},
    		{
    			description: "oldest containers should be removed when per pod container limit exceeded",
    			containers: []containerTemplate{
    				makeGCContainer("foo", "bar", 2, 2, runtimeapi.ContainerState_CONTAINER_EXITED),
    				makeGCContainer("foo", "bar", 1, 1, runtimeapi.ContainerState_CONTAINER_EXITED),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{27, "SIGTTOU", "stopped (tty output)"},
    	{28, "SIGVTALRM", "virtual timer expired"},
    	{29, "SIGPROF", "profiling timer expired"},
    	{30, "SIGXCPU", "CPU time limit exceeded"},
    	{31, "SIGXFSZ", "file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. pkg/kubelet/network/dns/dns_test.go

    			resultSearch: []string{"testNS.svc.TEST", "svc.TEST", "TEST", "AAA", "BBB"},
    			events:       []string{"Search Line limits were exceeded, some search paths have been omitted, the applied search line is: testNS.svc.TEST svc.TEST TEST AAA BBB"},
    		},
    
    		{
    			desc:         "valid: 2048 characters in search path list",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  7. src/syscall/syscall_wasip1.go

    	case SIGTTIN:
    		return "stopped (tty input)"
    	case SIGTTOU:
    		return "stopped (tty output)"
    	case SIGURG:
    		return "urgent I/O condition"
    	case SIGXCPU:
    		return "CPU time limit exceeded"
    	case SIGXFSZ:
    		return "file size limit exceeded"
    	case SIGVTARLM:
    		return "virtual timer expired"
    	case SIGPROF:
    		return "profiling timer expired"
    	case SIGWINCH:
    		return "window changed"
    	case SIGPOLL:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. plugin/pkg/admission/eventratelimit/admission_test.go

    				newEventRequest().withNamespace("B"),
    				newEventRequest().withNamespace("A").blocked(),
    			},
    		},
    		{
    			name:               "namespace limits from lru namespace should clear when cache size exceeded",
    			serverBurst:        100,
    			namespaceBurst:     3,
    			namespaceCacheSize: 2,
    			requests: []request{
    				newEventRequest().withNamespace("A"),
    				newEventRequest().withNamespace("A"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 17 13:19:08 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  9. operator/pkg/verifier/k8s_util.go

    	cond := getDeploymentCondition(deployment.Status, appsv1.DeploymentProgressing)
    	if cond != nil && cond.Reason == "ProgressDeadlineExceeded" {
    		return fmt.Errorf("deployment %q exceeded its progress deadline", deployment.Name)
    	}
    	if deployment.Spec.Replicas != nil && deployment.Status.UpdatedReplicas < *deployment.Spec.Replicas {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/storage/objectreader.go

    // Typically updateObjFn should perform a noop update to the object so that when stored version of a CRD changes, the object is written at the updated storage version.
    // If the timeout is exceeded a error is returned.
    // This is useful when updating the stored version of an existing CRD because the update does not take effect immediately.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 15 13:53:06 UTC 2021
    - 4.7K bytes
    - Viewed (0)
Back to top