Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,884 for incorrectly (0.23 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    			if err != nil {
    				t.Fatalf("could not decrypt Envelope transformer's encrypted data even once: %v", err)
    			}
    			if !bytes.Equal(untransformedData, originalText) {
    				t.Fatalf("envelopeTransformer transformed data incorrectly. Expected: %v, got %v", originalText, untransformedData)
    			}
    
    			// advance the clock to allow cache entries to expire depending on TTL
    			fakeClock.Step(2 * time.Minute)
    			// force GC to run by performing a write
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

            List<RecursiveTypeBoundBugExample<? extends RecursiveTypeBoundBugExample<T>>> arg) {
          return notSubtype(arg); // isSubtype() currently incorrectly considers it a subtype.
        }
      }
    
      private static class WildcardSubtypingTests extends SubtypeTester {
        @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  3. test/prove.go

    	if y > uint(len(b)) { // ERROR "Disproved Less64U$"
    		return
    	}
    	if int(y) > len(b) { // ERROR "Disproved Less64$"
    		return
    	}
    }
    
    func f19() (e int64, err error) {
    	// Issue 29502: slice[:0] is incorrectly disproved.
    	var stack []int64
    	stack = append(stack, 123)
    	if len(stack) > 1 {
    		panic("too many elements")
    	}
    	last := len(stack) - 1
    	e = stack[last]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. pkg/proxy/endpointschangetracker.go

    }
    
    // getLastChangeTriggerTime returns the time.Time value of the
    // EndpointsLastChangeTriggerTime annotation stored in the given endpoints
    // object or the "zero" time if the annotation wasn't set or was set
    // incorrectly.
    func getLastChangeTriggerTime(annotations map[string]string) time.Time {
    	// TODO(#81360): ignore case when Endpoint is deleted.
    	if _, ok := annotations[v1.EndpointsLastChangeTriggerTime]; !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dynamic_versions.adoc

    
    At times, the Gradle Dependency Cache can become out of sync with the actual state of the configured repositories.
    Perhaps a repository was initially misconfigured, or perhaps a "non-changing" module was published incorrectly.
    To refresh all dependencies in the dependency cache, use the `--refresh-dependencies` option on the command line.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/finalizer/crd_finalizer.go

    	// Now we can start deleting items. While it would be ideal to use a REST API client, doing so
    	// could incorrectly delete a ThirdPartyResource with the same URL as the CustomResource, so we go
    	// directly to the storage instead. Since we control the storage, we know that delete collection works.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. src/internal/trace/summary_test.go

    		},
    	}
    	for id, summary := range summaries {
    		want, ok := wantTasks[id]
    		if !ok {
    			continue
    		}
    		if id != summary.ID {
    			t.Errorf("ambiguous task %d (or %d?): field likely set incorrectly", id, summary.ID)
    		}
    
    		// Check parent.
    		if want.parent != nil {
    			if summary.Parent == nil {
    				t.Errorf("expected parent %d for task %d without a parent", *want.parent, id)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/webhook_v1beta1_test.go

    			}
    			if authenticated != tt.expectedAuthenticated {
    				t.Errorf("Plugin returned incorrect authentication response. Got %t, expected %t.",
    					authenticated, tt.expectedAuthenticated)
    			}
    			if resp != nil && tt.expectedUser != nil && !reflect.DeepEqual(resp.User, tt.expectedUser) {
    				t.Errorf("Plugin returned incorrect user. Got %#v, expected %#v",
    					resp.User, tt.expectedUser)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 00:47:42 UTC 2022
    - 19.2K bytes
    - Viewed (0)
  9. src/net/mail/message_test.go

    		if !headerEq(msg.Header, test.header) {
    			t.Errorf("test #%d: Incorrectly parsed message header.\nGot:\n%+v\nWant:\n%+v",
    				i, msg.Header, test.header)
    		}
    		body, err := io.ReadAll(msg.Body)
    		if err != nil {
    			t.Errorf("test #%d: Failed reading body: %v", i, err)
    			continue
    		}
    		bodyStr := string(body)
    		if bodyStr != test.body {
    			t.Errorf("test #%d: Incorrectly parsed message body.\nGot:\n%+v\nWant:\n%+v",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. src/go/types/unify.go

    	// match against the core types of their constraints (even though they might
    	// correctly match against some of the types in the constraint's type set).
    	// Finally, if unification (incorrectly) succeeds by matching the underlying
    	// type of a defined type against a basic type (because we include basic types
    	// as type literals here), and if that leads to an incorrectly inferred type,
    	// we will fail at function instantiation or argument assignment time.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:24:39 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top