Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 63 for verified$ (0.26 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    				// Count the number of evictions.
    				zone := nodetopology.GetZoneKey(node)
    				evictionsTotal.WithLabelValues(zone).Inc()
    			}
    
    			return result, 0
    		})
    	}
    }
    
    // monitorNodeHealth verifies node health are constantly updated by kubelet, and if not, post "NodeReady==ConditionUnknown".
    // This function will
    //   - add nodes which are not ready or not reachable for a long period of time to a rate-limited
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_server_test.go

    	runServerTestTLS13(t, test)
    }
    
    // TestHandshakeServerSNI involves a client sending an SNI extension of
    // "snitest.com", which happens to match the CN of testSNICertificate. The test
    // verifies that the server correctly selects that certificate.
    func TestHandshakeServerSNI(t *testing.T) {
    	test := &serverTest{
    		name:    "SNI",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  3. src/net/http/fs_test.go

    			if v, ok := res.Header[hdr]; ok {
    				t.Errorf("GET /%d: Header[%q] = %q, want not present", code, hdr, v)
    			}
    		}
    	}
    }
    
    // verifies that sendfile is being used on Linux
    func TestLinuxSendfile(t *testing.T) {
    	setParallel(t)
    	defer afterTest(t)
    	if runtime.GOOS != "linux" {
    		t.Skip("skipping; linux-only test")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

                                    PatternRewriter &rewriter) const override {
        Value logits = op.getLogits();
        auto loc = op.getLoc();
    
        // Note that the TensorFlow Softmax op verifies that the input rank is
        // greater than or equal to one so the following sequence is valid.
        auto reduce_dim =
            rewriter.create<TF::ConstOp>(loc, GetI64ElementsAttr({-1}, &rewriter));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. pkg/apis/networking/validation/validation_test.go

    	for k, v := range validCases {
    		errs := validateIngress(&v, IngressValidationOptions{})
    		if len(errs) != 0 {
    			t.Errorf("expected success for %q", k)
    		}
    	}
    }
    
    // TestValidateEmptyIngressTLS verifies that an empty TLS configuration can be
    // specified, which ingress controllers may interpret to mean that TLS should be
    // used with a default certificate that the ingress controller furnishes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  6. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

         */
        /* MNG-786*/
        @Test
        void testProfileModules() throws Exception {
            PomTestWrapper pom = buildPom("profile-module", "a");
            assertEquals("test-prop", pom.getValue("properties[1]/b")); // verifies profile applied
            assertEquals(4, ((List<?>) pom.getValue("modules")).size());
            assertEquals("module-2", pom.getValue("modules[1]"));
            assertEquals("module-1", pom.getValue("modules[2]"));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    		default:
    			return "", fmt.Errorf("fail to find unknown prefix %q in %s\n", prefix, s)
    		}
    	}
    	return substrings[1], nil
    }
    
    // validatePatchUsingSetOrderList verifies:
    // the relative order of any two items in the setOrderList list matches that in the patch list.
    // the items in the patch list must be a subset or the same as the $setElementOrder list (deletions are ignored).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  8. pkg/kubelet/pod_workers_test.go

    	return nil
    }
    
    func (kl *simpleFakeKubelet) SyncTerminatedPod(ctx context.Context, pod *v1.Pod, podStatus *kubecontainer.PodStatus) error {
    	return nil
    }
    
    // TestFakePodWorkers verifies that the fakePodWorkers behaves the same way as the real podWorkers
    // for their invocation of the syncPodFn.
    func TestFakePodWorkers(t *testing.T) {
    	fakeRecorder := &record.FakeRecorder{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  9. src/net/dnsclient_unix_test.go

    		t.Fatalf("err = %#v; wanted a *net.DNSError", err)
    	} else if !de.IsNotFound {
    		t.Fatalf("IsNotFound = false for err = %#v; want IsNotFound == true", err)
    	}
    }
    
    // TestNoSuchHost verifies that tryOneName works correctly when the domain does
    // not exist.
    //
    // Issue 12778: verify that NXDOMAIN without RA bit errors as "no such host"
    // and not "server misbehaving"
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewrite.go

    		mask = uint64(uint32(mask))
    	}
    
    	// Fixup ME to match ISA definition.  The second argument to MASK(..,me)
    	// is inclusive.
    	me = (me - 1) & (nbits - 1)
    	return
    }
    
    // This verifies that the mask is a set of
    // consecutive bits including the least
    // significant bit.
    func isPPC64ValidShiftMask(v int64) bool {
    	if (v != 0) && ((v+1)&v) == 0 {
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top