Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 46 for onFinished (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                ]
            }
        }
    
        def "logs contain a message indicating if an unfinished builder is overwritten with one that finishes"() {
            settingsFile << """
                dependencyResolutionManagement {
                    versionCatalogs {
                        libs {
                            // Even though this is unfinished, it will not trigger an error
                            // It should log a message though.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultVersionCatalogBuilder.java

        private final Map<String, Supplier<DependencyModel>> libraries = new LinkedHashMap<>();
        /**
         * Aliases that are being constructed, used to detect unfinished builders.
         */
        private final Set<String> aliasesInProgress = new LinkedHashSet<>();
        private final Map<String, Supplier<PluginModel>> plugins = new LinkedHashMap<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  3. src/compress/gzip/gunzip_test.go

    			"The world will little note, nor long remember what we say here,\n" +
    			"but it can never forget what they did here.\n" +
    			"  It is for us the living, rather, to be dedicated here to the\n" +
    			"unfinished work which they who fought here have thus far so\n" +
    			"nobly advanced.  It is rather for us to be here dedicated to\n" +
    			"the great task remaining before us — that from these honored\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller_base.go

    		logger.Error(err, "Claim deletion encountered", "PVC", klog.KObj(claim))
    	}
    	claimKey := claimToClaimKey(claim)
    	logger.V(4).Info("Claim deleted", "PVC", klog.KObj(claim))
    	// clean any possible unfinished provision start timestamp from cache
    	// Unit test [5-8] [5-9]
    	ctrl.operationTimestamps.Delete(claimKey)
    
    	volumeName := claim.Spec.VolumeName
    	if volumeName == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modindex/build.go

    		}
    		arg[i] = rune
    		i++
    	}
    	if quoted || i > 0 {
    		args = append(args, string(arg[:i]))
    	}
    	if quote != 0 {
    		err = errors.New("unclosed quote")
    	} else if escaped {
    		err = errors.New("unfinished escaping")
    	}
    	return args, err
    }
    
    // matchAuto interprets text as either a +build or //go:build expression (whichever works),
    // reporting whether the expression matches the build context.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 17:39:23 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  6. pkg/controller/cronjob/cronjob_controllerv2.go

    				cronJob = cjCopy
    				continue
    			}
    			jm.recorder.Eventf(cronJob, corev1.EventTypeWarning, "UnexpectedJob", "Saw a job that the controller did not create or forgot: %s", j.Name)
    			// We found an unfinished job that has us as the parent, but it is not in our Active list.
    			// This could happen if we crashed right after creating the Job and before updating the status,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  7. src/go/types/decl.go

    			//           with certain cycles. Investigate.
    			//
    			// NOTE(adonovan): to avoid the Invalid being prematurely observed
    			// by (e.g.) a var whose type is an unfinished cycle,
    			// Unalias does not memoize if Invalid. Perhaps we should use a
    			// special sentinel distinct from Invalid.
    			alias := check.newAlias(obj, Typ[Invalid])
    			setDefType(def, alias)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/decl.go

    			//           with certain cycles. Investigate.
    			//
    			// NOTE(adonovan): to avoid the Invalid being prematurely observed
    			// by (e.g.) a var whose type is an unfinished cycle,
    			// Unalias does not memoize if Invalid. Perhaps we should use a
    			// special sentinel distinct from Invalid.
    			alias := check.newAlias(obj, Typ[Invalid])
    			setDefType(def, alias)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// This represents the maximum amount of time it should take for apiserver to complete its startup
    	// sequence and become healthy. From apiserver's start time to when this amount of time has
    	// elapsed, /livez will assume that unfinished post-start hooks will complete successfully and
    	// therefore return true.
    	LivezGracePeriod time.Duration
    	// ShutdownDelayDuration allows to block shutdown for some time, e.g. until endpoints pointing to this API server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	// If resize results in net pod resource decrease, set pod cgroup config after resizing containers.
    	// If an error occurs at any point, abort. Let future syncpod iterations retry the unfinished stuff.
    	resizeContainers := func(rName v1.ResourceName, currPodCgLimValue, newPodCgLimValue, currPodCgReqValue, newPodCgReqValue int64) error {
    		var err error
    		if newPodCgLimValue > currPodCgLimValue {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top