Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for reportCmd (0.48 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    		existingNode          *v1.Node              // existing node object
    		expectedNode          *v1.Node              // new node object after patch
    		expectedReportedInUse []v1.UniqueVolumeName // expected volumes reported in use in volumeManager
    	}{
    		{
    			desc:         "no volumes and no update",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        testSecureStreamingPost(TransferKind.FIXED_LENGTH)
      }
    
      @Test
      fun secureChunkedStreaming() {
        testSecureStreamingPost(TransferKind.CHUNKED)
      }
    
      /**
       * Users have reported problems using HTTPS with streaming request bodies.
       * http://code.google.com/p/android/issues/detail?id=12860
       */
      private fun testSecureStreamingPost(streamingMode: TransferKind) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    					APIVersion: "v1",
    					Name:       "pod",
    				},
    				Namespace: "ns1",
    			},
    		},
    	}
    	err := gc.orphanDependents(logger, objectReference{}, dependents)
    	expected := `the server reported a conflict`
    	if err == nil || !strings.Contains(err.Error(), expected) {
    		if err != nil {
    			t.Errorf("expected error contains text %q, got %q", expected, err.Error())
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    	get := func() string { return get(t, c, ts.URL) }
    
    	a1, a2 := get(), get()
    	if a1 == a2 {
    		t.Logf("made two requests from a single conn %q (as expected)", a1)
    	} else {
    		t.Errorf("server reported requests from %q and %q; expected same connection", a1, a2)
    	}
    
    	// The two requests should have used the same connection,
    	// and there should not have been a second connection that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    	if diff := cmp.Diff(wantBindings, bindings); diff != "" {
    		t.Errorf("pods were scheduled incorrectly (-want, +got):\n%s", diff)
    	}
    	if diff := cmp.Diff(wantControllers, controllers); diff != "" {
    		t.Errorf("events were reported with wrong controllers (-want, +got):\n%s", diff)
    	}
    }
    
    // TestSchedulerGuaranteeNonNilNodeInSchedulingCycle is for detecting potential panic on nil Node when iterating Nodes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        List<String> results = getDone(compound);
        assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
      }
    
      /** A single non-error failure is not logged because it is reported via the output future. */
      public void testAllAsList_logging_exception() throws Exception {
        try {
          getDone(allAsList(immediateFailedFuture(new MyException())));
          fail();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        List<String> results = getDone(compound);
        assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
      }
    
      /** A single non-error failure is not logged because it is reported via the output future. */
      public void testAllAsList_logging_exception() throws Exception {
        try {
          getDone(allAsList(immediateFailedFuture(new MyException())));
          fail();
    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. cmd/bucket-replication.go

    		// only at bucket level instead.
    		VersionSuspended: globalBucketVersioningSys.Suspended(bucket),
    	})
    	if err != nil && !isErrVersionNotFound(err) { // VersionNotFound would be reported by pool that object version is missing on.
    		sendEvent(eventArgs{
    			BucketName: bucket,
    			Object: ObjectInfo{
    				Bucket:       bucket,
    				Name:         dobj.ObjectName,
    				VersionID:    versionID,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "x-kubernetes-list-map-keys": [
                  "type"
                ],
                "x-kubernetes-list-type": "map"
              },
              "storageVersions": {
                "description": "The reported versions per API server instance.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "envFrom": {
              "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top