Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for SKIPPED (0.11 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

            ':wearable:generateDebugResources': FROM_CACHE,
            ':wearable:javaPreCompileDebug': FROM_CACHE,
            ':wearable:kaptDebugKotlin': SKIPPED,
            ':wearable:kaptGenerateStubsDebugKotlin': SKIPPED,
            ':wearable:mapDebugSourceSetPaths': SUCCESS,
            ':wearable:mergeDebugAssets': SUCCESS,
            ':wearable:mergeDebugGlobalSynthetics': FROM_CACHE,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/runtime/framework_test.go

    		},
    		{
    			name: "one RemovePod() is skipped",
    			plugins: []*TestPlugin{
    				{
    					name: "success1",
    				},
    				{
    					name: "skipped",
    					// To confirm it's skipped, return error so that this test case will fail when it isn't skipped.
    					inj: injectedResult{PreFilterRemovePodStatus: int(framework.Error)},
    				},
    			},
    			skippedPluginNames: sets.New("skipped"),
    			wantStatusCode:     framework.Success,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"oldSelf.v == 'old' && self.v == 'new'",
    			},
    		},
    		{name: "skipped transition rule for nil old primitive",
    			expectSkipped: true,
    			obj:           "exists",
    			oldObj:        nil,
    			schema:        &stringType,
    			valid: []string{
    				"oldSelf == self",
    			},
    		},
    		{name: "skipped transition rule for nil old array",
    			expectSkipped: true,
    			obj:           []interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    		},
    		"overlapping intervals, corrupted completed interval skipped": {
    			completedIndexesStr: "0,2-4,x,6-8,12-19",
    			failedIndexesStr:    "1,8,9-10",
    			completions:         20,
    			wantError:           errors.New("failedIndexes and completedIndexes overlap at index: 8"),
    		},
    		"overlapping intervals, corrupted failed interval skipped": {
    			completedIndexesStr: "0,2-4,6-8,12-19",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // Queue of functions being processed.
      llvm::DenseSet<func::FuncOp> queue_set_;
      std::queue<func::FuncOp> queue_;
    
      int64_t graph_version_;
    
      // Op types for which shape inference should be skipped.
      llvm::SmallDenseSet<TypeID> ops_to_skip_;
    
      // TODO(b/154065712): Remove propagate_caller_callee_constants once using
      // SCCP pass instead.
      bool propagate_caller_callee_constants_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_generator.go

    	// It's ok to ignore the error, returning error is not expected from this function.
    	// If an error case occurred during the function generation, this error case(skipped one) will also trigger an error
    	// while the generated function is executed. And those errors will be handled during the execution of the generated
    	// function with a back off policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    			metrics = append(metrics, MetricV2{
    				Description: MetricDescription{
    					Namespace: minioNamespace,
    					Subsystem: notifySubsystem,
    					Name:      "events_skipped_total",
    					Help:      "Events that were skipped to be sent to the targets due to the in-memory queue being full",
    					Type:      counterMetric,
    				},
    				Value: float64(nstats.EventsSkipped),
    			})
    			metrics = append(metrics, MetricV2{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    						},
    						{
    							Name:  "NodeResourcesBalancedAllocation",
    							Score: 100,
    						},
    					},
    					TotalScore: 200,
    				},
    			},
    		},
    		{
    			name:  "all score plugins are skipped",
    			pod:   &v1.Pod{},
    			nodes: []*v1.Node{makeNode("node1", 1000, schedutil.DefaultMemoryRequest*10), makeNode("node2", 1000, schedutil.DefaultMemoryRequest*10)},
    			pluginRegistrations: []tf.RegisterPluginFunc{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
Back to top