Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 108 for expectAction (0.2 sec)

  1. security/pkg/pki/ca/ca_test.go

    		if err != nil {
    			if tc.expectedError == "" {
    				t.Fatalf("[%s] Unexpected error: %v", id, err)
    			}
    			if err.Error() != tc.expectedError {
    				t.Fatalf("[%s] Error returned does not match expectation: %v VS (expected) %v", id, err, tc.expectedError)
    			}
    			continue
    		} else if tc.expectedError != "" {
    			t.Fatalf("[%s] GenKeyCert succeeded but expected error: %v", id, tc.expectedError)
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 08:51:27 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //     if ((n % 2) == 0)
    //       return testing::AssertionSuccess();
    //     else
    //       return testing::AssertionFailure() << n << " is odd";
    //   }
    //
    // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
    // will print the message
    //
    //   Value of: IsEven(Fib(5))
    //     Actual: false (5 is odd)
    //   Expected: true
    //
    // instead of a more opaque
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    //     if ((n % 2) == 0)
    //       return testing::AssertionSuccess();
    //     else
    //       return testing::AssertionFailure() << n << " is odd";
    //   }
    //
    // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
    // will print the message
    //
    //   Value of: IsEven(Fib(5))
    //     Actual: false (5 is odd)
    //   Expected: true
    //
    // instead of a more opaque
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller.go

    			// Since this is a headless service we use podIP to identify the family.
    			// This assumes that status.PodIP is assigned correctly (follows pod cidr and
    			// pod cidr list order is same as service cidr list order). The expectation is
    			// this is *most probably* the case.
    
    			// if the family was incorrectly identified then this will be corrected once the
    			// upgrade is completed (controller connects to api-server that correctly defaults services)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. pkg/controller/replicaset/replica_set_test.go

    							},
    						},
    					})
    				}
    				// Don't delete all pods because we confirm that the last pod
    				// has exactly one expectation at the end, to verify that we
    				// don't double delete.
    				for i := range podsToDelete[1:] {
    					informers.Core().V1().Pods().Informer().GetIndexer().Delete(podsToDelete[i])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                                        rewriter.getI64Type()),
                  permutation));
          reverse_filter_in = filter_transposed;
        }
    
        // Lets hard-code the reverse indexes to be {0, 1} as the expectation is
        // that the kernel is always in HWOI format, with the above code.
        mhlo::ReverseOp filter = rewriter.create<mhlo::ReverseOp>(
            conv_op.getLoc(), reverse_filter_in, rewriter.getI64TensorAttr({0, 1}));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&euml;":                            "\u00eb",
    	"&euro;":                            "\u20ac",
    	"&excl;":                            "\u0021",
    	"&exist;":                           "\u2203",
    	"&expectation;":                     "\u2130",
    	"&exponentiale;":                    "\u2147",
    	"&fallingdotseq;":                   "\u2252",
    	"&fcy;":                             "\u0444",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller.go

    	// and update the expectations after we've retrieved active pods from the store. If a new pod enters
    	// the store after we've checked the expectation, the job sync is just deferred till the next relist.
    	satisfiedExpectations := jm.expectations.SatisfiedExpectations(logger, key)
    
    	pods, err := jm.getPodsForJob(ctx, &job)
    	if err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  9. pkg/controller/resourceclaim/controller.go

    	// know some future addition to the API. Therefore it gets called here
    	// even if there is no template to work on, because if some new field
    	// gets added, the expectation might be that the controller does
    	// something for it.
    	claimName, mustCheckOwner, err := resourceclaim.Name(pod, &podClaim)
    	switch {
    	case errors.Is(err, resourceclaim.ErrClaimNotFound):
    		// Continue below.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  10. src/html/entity.go

    		"euml;":                            '\U000000EB',
    		"euro;":                            '\U000020AC',
    		"excl;":                            '\U00000021',
    		"exist;":                           '\U00002203',
    		"expectation;":                     '\U00002130',
    		"exponentiale;":                    '\U00002147',
    		"fallingdotseq;":                   '\U00002252',
    		"fcy;":                             '\U00000444',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
Back to top