Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 606 for unmatched (1.74 sec)

  1. test/fixedbugs/issue26411.go

    			output = bytes.Replace(output, match, nil, 1) // remove match (which might be nil) from output
    		}
    
    		// at this point all output should have been consumed
    		if len(output) != 0 {
    			log.Printf("Test case %d has unmatched errors:\n%s", i, output)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. test/fixedbugs/issue46234.go

    	output, err := cmd.CombinedOutput()
    	if err == nil {
    		log.Fatalf("Passed, expected an error")
    	}
    
    	want := []byte("nil pointer dereference")
    	if !bytes.Contains(output, want) {
    		log.Fatalf("Unmatched error message %q:\nin\n%s\nError: %v", want, output, err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/result/DefaultBuildableComponentIdResolveResult.java

        }
    
        @Override
        public void failed(ModuleVersionResolveException failure) {
            reset();
            this.failure = failure;
        }
    
        @Override
        public void unmatched(Collection<String> unmatchedVersions) {
            if (unmatchedVersions.isEmpty()) {
                return;
            }
            if (this.unmatchedVersions == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/InputTrackingStateTest.kt

                Assert.fail("Exception expected")
            } catch (ignored: IllegalStateException) {
                // Expected exception
            }
        }
    
        @Test
        fun `unmatched restore is an exception`() {
            val state = InputTrackingState()
            state.disableForCurrentThread()
            state.restoreForCurrentThread()
    
            try {
                state.restoreForCurrentThread()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/result/ComponentIdResolveResult.java

        /**
         * Returns true if the component id was resolved, but it was rejected by constraint.
         */
        boolean isRejected();
    
        /**
         * @return the list of unmatched versions, that is to say versions which were listed but didn't match the selector
         */
        Collection<String> getUnmatchedVersions();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/test/api_meta_help_test.go

    	}
    	if e, a := len(list), len(pl.Items); e != a {
    		t.Fatalf("Expected %v, got %v", e, a)
    	}
    	for i := range list {
    		if e, a := list[i], pl.Items[i]; e != a {
    			t.Fatalf("%d: unmatched: %s", i, cmp.Diff(e, a))
    		}
    	}
    }
    
    func TestSetListToMatchingType(t *testing.T) {
    	pl := &unstructured.UnstructuredList{}
    	list := []runtime.Object{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    						delete(unmatched, expected)
    						matched = true
    						break
    					}
    				}
    				if !matched {
    					t.Errorf("expected error to contain one of %v, but got: %v", unmatched, err)
    				}
    			}
    			if len(unmatched) > 0 {
    				t.Errorf("expected errors %v", unmatched)
    			}
    		})
    	}
    }
    
    func genMatchSelectorSchema(rule string) *schema.Structural {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/accesslog_test.go

    						Name:       wellknown.FileAccessLog,
    						ConfigType: &accesslog.AccessLog_TypedConfig{TypedConfig: protoconv.MessageToAny(defaultJSONLabelsOut)},
    					},
    				},
    			},
    		},
    		{
    			name: "log-selector-unmatched-telemetry",
    			push: env.PushContext(),
    			proxy: &model.Proxy{
    				ConfigNamespace: "default",
    				Labels:          map[string]string{"app": "test-with-server-accesslog-filter"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. security/pkg/pki/util/crypto_test.go

    			}
    		} else if err != nil {
    			t.Errorf(`%s: Unexpected error: "%s"`, id, err)
    		} else if keyType := reflect.TypeOf(key); keyType != c.keyType {
    			t.Errorf(`%s: Unmatched key type: expected "%v" but got "%v"`, id, c.keyType, keyType)
    		}
    	}
    }
    
    func TestGetRSAKeySize(t *testing.T) {
    	testCases := map[string]struct {
    		pem    string
    		size   int
    		errMsg string
    	}{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 13:00:07 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    	t.RunTraffic(TrafficTestCase{
    		name:             "unmatched token:404",
    		targetMatchers:   matchers,
    		workloadAgnostic: true,
    		viaIngress:       true,
    		config:           configAll,
    		templateVars: func(src echo.Callers, dest echo.Instances) map[string]any {
    			return map[string]any{
    				"Headers":           []configData{{"@request.auth.claims.sub", "exact", "value-not-matched"}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top