Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for spdelta (0.2 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    					t.Fatalf("unexpected error from AddUnschedulableIfNotPresent: %v", err)
    				}
    				// NOTE: On Windows, time.Now() is not as precise, 2 consecutive calls may return the same timestamp,
    				// resulting in 0 time delta / latency. This will cause the pods to be backed off in a random
    				// order, which would cause this test to fail, since the expectation is for them to be backed off
    				// in a certain order.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/database/sql/sql_test.go

    	openDelta := (driver.openCount - driver.closeCount) - openDelta0
    	driver.mu.Unlock()
    
    	if openDelta > 2 {
    		t.Logf("open calls = %d", opens)
    		t.Logf("close calls = %d", closes)
    		t.Logf("open delta = %d", openDelta)
    		t.Errorf("db connections opened = %d; want <= 2", openDelta)
    		db.dumpDeps(t)
    	}
    
    	if !waitCondition(t, func() bool {
    		return len(stmt.css) <= nquery
    	}) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "description": "expirationSeconds is the requested duration of validity of the issued certificate. The certificate signer may issue a certificate with a different validity duration so a client must check the delta between the notBefore and and notAfter fields in the issued certificate to determine the actual duration.\n\nThe v1.22+ in-tree implementations of the well-known Kubernetes signers will honor this field as long as the requested duration is not greater...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
Back to top