Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 312 for doens (0.06 sec)

  1. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.GradleBuild.getBuildFile()> does not have raw return type assignable to org.gradle.api.provider.Property in (GradleBuild.java:0)
    Method <org.gradle.api.tasks.GradleBuild.getBuildName()> does not have raw return type assignable to org.gradle.api.provider.Property in (GradleBuild.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    	},
    	ErrNoSuchBucket: {
    		Code:           "NoSuchBucket",
    		Description:    "The specified bucket does not exist",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrNoSuchBucketPolicy: {
    		Code:           "NoSuchBucketPolicy",
    		Description:    "The bucket policy does not exist",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrNoSuchBucketLifecycle: {
    		Code:           "NoSuchBucketLifecycle",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  3. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    	}
    
    	attachedVolumesMap = asw.GetAttachedVolumesPerNode()
    	_, exists = attachedVolumesMap[nodeName]
    	if !exists {
    		t.Fatalf("AddVolumeNode_Positive_NewVolumeNewNodeWithFalseAttached failed. Actual: <node %q does not exist> Expect: <node does exist in the reportedAsAttached map", nodeName)
    	}
    
    }
    
    // Calls AddVolumeNode() once with attached set to false.
    // Verifies a single volume/node entry exists.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  4. src/cmd/go/go_test.go

    	}
    	if name == "." {
    		return tg.tempdir
    	}
    	return filepath.Join(tg.tempdir, name)
    }
    
    // mustExist fails if path does not exist.
    func (tg *testgoData) mustExist(path string) {
    	tg.t.Helper()
    	if _, err := os.Stat(path); err != nil {
    		if os.IsNotExist(err) {
    			tg.t.Fatalf("%s does not exist but should", path)
    		}
    		tg.t.Fatalf("%s stat failed: %v", path, err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/binder_test.go

    			expectedEvents:  noevents,
    			errors:          noerrors,
    			test:            testSyncClaim,
    		},
    		{
    			// syncClaim does not bind a claim when the label selector doesn't match
    			name:            "1-12 - do not bind when selector does not match",
    			initialVolumes:  newVolumeArray("volume1-1", "1Gi", "", "", v1.VolumeAvailable, v1.PersistentVolumeReclaimRetain, classEmpty),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            files.files
        }
    }
    """
    
            expect:
            runAndFail("checkDeps")
            failure.assertHasCause("Could not find org:external:1.4.")
        }
    
        void "does not fail when evicted version does not exist"() {
            mavenRepo.module("org", "external", "1.4").publish()
            mavenRepo.module("org", "dep", "2.2").dependsOn("org", "external", "1.4").publish()
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            assertTaskReadyAndNoMoreToStart(finalizer2)
            assertAllWorkComplete()
        }
    
        def "finalizer that is dependency of another finalizer runs when the task it finalizes does not run but other finalized task does"() {
            given:
            Task finalizerDep1 = task("finalizerDep1", type: Async)
            Task finalizer1 = task("finalizer1", type: Async, dependsOn: [finalizerDep1])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    }
    
    // Populates desiredStateOfWorld cache with one node/volume/pod tuple.
    // The node does not have the node.kubernetes.io/out-of-service taint present.
    //
    // The maxWaitForUnmountDuration is longer (in this case it is 4200 * time.Second so that detach does not happen
    // immediately due to timeout.
    //
    // Calls Run()
    // Verifies there is one attach call and no detach calls.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/deadness_analysis.cc

                      << " does not converge. Seeing different Merge predicates: \n"
                      << curr_andrec->ToString() << " and \n"
                      << prev_andrec->ToString();
              break;
            }
          }
        }
    
        // Clear the assigned predicates if the optimistic mode does not converge.
        if (!is_converged) {
          for (Node* n : topo) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/loong64/asm.go

    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_CALLLOONG64
    
    	case 12: // movbs r,r
    		// NOTE: this case does not use REGTMP. If it ever does,
    		// remove the NOTUSETMP flag in optab.
    		v := 16
    		if p.As == AMOVB {
    			v = 24
    		}
    		o1 = OP_16IRR(c.opirr(ASLL), uint32(v), uint32(p.From.Reg), uint32(p.To.Reg))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
Back to top