Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 122 for jailed (0.12 sec)

  1. pkg/controller/job/job_controller_test.go

    			failed := int32(len(failedPods)) + tc.job.Status.Failed + int32(len(uncounted.failed))
    			if succeeded != tc.wantSucceeded {
    				t.Errorf("getStatus reports %d succeeded pods, want %d", succeeded, tc.wantSucceeded)
    			}
    			if failed != tc.wantFailed {
    				t.Errorf("getStatus reports %d succeeded pods, want %d", failed, tc.wantFailed)
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				`root.subField.apiVersion: Invalid value: "string": failed rule: self == "v1"`,
    				`root.subField.kind: Invalid value: "string": failed rule: self == "Pod"`,
    				`root.list[0].apiVersion: Invalid value: "string": failed rule: self == "v1"`,
    				`root.list[0].kind: Invalid value: "string": failed rule: self == "Pod"`,
    				`root.list[1].apiVersion: Invalid value: "string": failed rule: self == "v1"`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    		if err != nil {
    			t.Errorf("%s: failed to create certificate: %s", test.name, err)
    			continue
    		}
    
    		cert, err := ParseCertificate(derBytes)
    		if err != nil {
    			t.Errorf("%s: failed to parse certificate: %s", test.name, err)
    			continue
    		}
    
    		if len(cert.PolicyIdentifiers) != 1 || !cert.PolicyIdentifiers[0].Equal(template.PolicyIdentifiers[0]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_control_test.go

    		t.Fatalf("Error getting updated StatefulSet: %v", err)
    	}
    	if set.Status.Replicas != 4 {
    		t.Error("Failed to scale statefulset to 4 replicas")
    	}
    	if set.Status.ReadyReplicas != 4 {
    		t.Error("Failed to set readyReplicas correctly")
    	}
    	if set.Status.UpdatedReplicas != 4 {
    		t.Error("Failed to set updatedReplicas correctly")
    	}
    }
    
    func ScalesDown(t *testing.T, set *apps.StatefulSet, invariants invariantFunc) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_test.go

    	containers := []v1.Container{{Name: "succeed"}, {Name: "failed"}}
    	podStatus := &kubecontainer.PodStatus{
    		ID:        pod.UID,
    		Name:      pod.Name,
    		Namespace: pod.Namespace,
    		ContainerStatuses: []*kubecontainer.Status{
    			{
    				Name:     "succeed",
    				State:    kubecontainer.ContainerStateExited,
    				ExitCode: 0,
    			},
    			{
    				Name:     "failed",
    				State:    kubecontainer.ContainerStateExited,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:foo:{strictly 1.0} -> 1.0 FAILED
    \\--- lockedConf
    
    org:foo:1.1 (by constraint) FAILED
       Failures:
          - Could not resolve org:foo:1.1. (already reported)
    
    org:foo:1.1 FAILED
    \\--- lockedConf
    
    org:foo:1.+ FAILED
       Failures:
          - Could not resolve org:foo:1.+. (already reported)
    
    org:foo:1.+ FAILED
    \\--- lockedConf
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertFalse("Listener called more than once", wasCalled());
          called.set(true);
        }
    
        public void expectCall() {
          assertFalse("expectCall is already true", expectCall);
          expectCall = true;
        }
    
        public boolean wasCalled() {
          return called.get();
        }
      }
    
      public void testAllAsList() throws Exception {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertFalse("Listener called more than once", wasCalled());
          called.set(true);
        }
    
        public void expectCall() {
          assertFalse("expectCall is already true", expectCall);
          expectCall = true;
        }
    
        public boolean wasCalled() {
          return called.get();
        }
      }
    
      public void testAllAsList() throws Exception {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  9. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "Replication Failed [{{bucket}}]",
              "refId": "A"
            }
          ],
          "title": "Replication Data Failed",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        if (failed(MatchInputDotGeneralCommonPattern(op.getLhs()))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match input for quantized dot_general.\n");
          return failure();
        }
        if (failed(MatchFilterCommonPattern(op.getRhs()))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match filter for quantized dot_general.\n");
          return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top