Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for Bad (0.14 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    					absentOwnerCache: []objectReference{pod2ns1}, // cached absence of bad parent
    				}),
    			},
    		},
    		// child that is cluster-scoped with owner reference to namespaced type in namespace B
    		// * should not be deleted
    		// * event should be logged in namespace kube-system with involvedObject of bad-child indicating the error
    		{
    			name: "bad cluster-scoped child -> owner in ns1 (child first)",
    			steps: []step{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			MaxAge:        &durationpb.Duration{Seconds: 2},
    		}, valid: true},
    		{name: "bad method", in: &networking.CorsPolicy{
    			AllowMethods:  []string{"GET", "PUTT"},
    			AllowHeaders:  []string{"header1", "header2"},
    			ExposeHeaders: []string{"header3"},
    			MaxAge:        &durationpb.Duration{Seconds: 2},
    		}, valid: false},
    		{name: "bad header", in: &networking.CorsPolicy{
    			AllowMethods:  []string{"GET", "POST"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    		goto putrelv
    	}
    
    	goto bad
    
    putrelv:
    	if rel.Siz != 0 {
    		if rel.Siz != 4 {
    			ctxt.Diag("bad rel")
    			goto bad
    		}
    
    		r := obj.Addrel(cursym)
    		*r = rel
    		r.Off = int32(p.Pc + int64(ab.Len()))
    	}
    
    	ab.PutInt32(v)
    	return
    
    bad:
    	ctxt.Diag("asmand: bad address %v", obj.Dconv(p, a))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	bad(func() { clear(v.Field(2).Field(1)) })          // .T2.namedT0
    	bad(func() { clear(v.Field(2).Field(1).Field(0)) }) // .T2.namedT0.W
    	bad(func() { clear(v.Field(3)) })                   // .NamedT1
    	bad(func() { clear(v.Field(3).Field(0)) })          // .NamedT1.Y
    	bad(func() { clear(v.Field(3).Field(1)) })          // .NamedT1.t0
    	bad(func() { clear(v.Field(3).Field(1).Field(0)) }) // .NamedT1.t0.W
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

    // -----
    
    // Tests `tf_device.cluster_func` with bad element in `device_assignment` attribute.
    
    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      func.func @bad_element_device_assignment() {
        // expected-error@+1 {{bad 'device_assignment' attribute at index 0, not an int}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    		if r == obj.REG_NONE {
    			r = o.param
    		}
    
    		v := c.regoff(&p.To)
    		if v >= -256 && v <= 256 {
    			c.ctxt.Diag("%v: bad type for offset %d (should be 9 bit signed immediate store)", p, v)
    		}
    		if v >= 0 && v <= 4095 && v&((1<<int32(s))-1) == 0 {
    			c.ctxt.Diag("%v: bad type for offset %d (should be 12 bit unsigned immediate store)", p, v)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. src/crypto/x509/verify_test.go

    			//    |         |
    			//    |  +---+  |
    			//    +->| B |<-+
    			//       +---+
    			//         |
    			//         v
    			//       +----+
    			//       | EE |
    			//       +----+
    			name: "bad EKU",
    			graph: trustGraphDescription{
    				Roots: []rootDescription{{Subject: "root"}},
    				Leaf:  "leaf",
    				Graph: []trustGraphEdge{
    					{
    						Issuer:  "root",
    						Subject: "inter a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    	// CPU time by the caller.
    	stoppingCPUTime := int64(0)
    	bad := ""
    	if sched.stopwait != 0 {
    		bad = "stopTheWorld: not stopped (stopwait != 0)"
    	} else {
    		for _, pp := range allp {
    			if pp.status != _Pgcstop {
    				bad = "stopTheWorld: not stopped (status != _Pgcstop)"
    			}
    			if pp.gcStopTime == 0 && bad == "" {
    				bad = "stopTheWorld: broken CPU time accounting"
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation_test.go

    					Namespace: "ns",
    					Name:      "n",
    					Path:      strPtr("/apis/foo.bar/v1alpha1/--bad"),
    					Port:      443,
    				},
    			},
    			SideEffects: &unknownSideEffect,
    		},
    		}, true),
    		expectedError: `clientConfig.service.path: Invalid value: "/apis/foo.bar/v1alpha1/--bad": segment[3]: a lowercase RFC 1123 subdomain`,
    	}, {
    		name: "invalid port 0",
    		config: newValidatingWebhookConfiguration(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  10. src/database/sql/sql_test.go

    		dc.stickyBad = true
    		return nil
    	})
    	if err != nil {
    		t.Fatal(err)
    	}
    	c.Close()
    
    	if len(db.freeConn) > 0 && db.freeConn[0].ci.(*fakeConn).stickyBad {
    		t.Fatal("bad connection returned to pool; expected bad connection to be discarded")
    	}
    }
    
    // Tests fix for issue 2542, that we release a lock when querying on
    // a closed connection.
    func TestIssue2542Deadlock(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top