Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 650 for RequestId (0.29 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r27/TestLauncherCrossVersionSpec.groovy

            assertTestExecuted(className: "example.MyTest", methodName: "foo2", task: ":test")
            events.tests.size() == (supportsEfficientClassFiltering() ? 10 : 14)
        }
    
        def "fails with meaningful error when requested tests not found"() {
            given:
            collectDescriptorsFromBuild()
            and:
            testClassRemoved()
            when:
            launchTests { TestLauncher launcher ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/RateLimiter.java

     * void submitPacket(byte[] packet) {
     *   rateLimiter.acquire(packet.length);
     *   networkService.send(packet);
     * }
     * }</pre>
     *
     * <p>It is important to note that the number of permits requested <i>never</i> affects the
     * throttling of the request itself (an invocation to {@code acquire(1)} and an invocation to {@code
     * acquire(1000)} will result in exactly the same throttling, if any), but it affects the throttling
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

            e.cause.message == "Configured toolchain download repositories can't match requested specification"
        }
    
        def "returns current JVM toolchain if requested"() {
            given:
            def currentJvm = locationFor("17")
            def queryService = setupInstallations(versionRange(8, 19), currentJvm)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/metrics/client_test.go

    			assert.Equal(t, tc.metricName, getForAction.GetMetricName(), "the metric requested should have matched the one specified")
    
    			if getForAction.GetName() == "*" {
    				// multiple objects
    				metrics := cmapi.MetricValueList{}
    				assert.Equal(t, "pods", getForAction.GetResource().Resource, "type of object that we requested multiple metrics for should have been pods")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 16.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/types.go

    	res, non0CPU, non0Mem := calculateResource(pod)
    	n.Requested.MilliCPU += sign * res.MilliCPU
    	n.Requested.Memory += sign * res.Memory
    	n.Requested.EphemeralStorage += sign * res.EphemeralStorage
    	if n.Requested.ScalarResources == nil && len(res.ScalarResources) > 0 {
    		n.Requested.ScalarResources = map[v1.ResourceName]int64{}
    	}
    	for rName, rQuant := range res.ScalarResources {
    		n.Requested.ScalarResources[rName] += sign * rQuant
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  6. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

                        configuration = "runtimeElements"
                        compositeSubstitute()
                    }
                }
            }
        }
    
        def "preserves the requested attributes when performing a composite substitution"() {
            platformDependency 'org.test:platform:1.0'
    
            def platform = file("platform")
    
            file("platform/build.gradle") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/api/errors/errors.go

    func NewServiceUnavailable(reason string) *StatusError {
    	return &StatusError{metav1.Status{
    		Status:  metav1.StatusFailure,
    		Code:    http.StatusServiceUnavailable,
    		Reason:  metav1.StatusReasonServiceUnavailable,
    		Message: reason,
    	}}
    }
    
    // NewMethodNotSupported returns an error indicating the requested action is not supported on this kind.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 21 03:41:32 UTC 2022
    - 30.5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/RateLimiter.java

     * void submitPacket(byte[] packet) {
     *   rateLimiter.acquire(packet.length);
     *   networkService.send(packet);
     * }
     * }</pre>
     *
     * <p>It is important to note that the number of permits requested <i>never</i> affects the
     * throttling of the request itself (an invocation to {@code acquire(1)} and an invocation to {@code
     * acquire(1000)} will result in exactly the same throttling, if any), but it affects the throttling
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/version/version.go

    	return v.components
    }
    
    // WithMajor returns copy of the version object with requested major number
    func (v *Version) WithMajor(major uint) *Version {
    	result := *v
    	result.components = []uint{major, v.Minor(), v.Patch()}
    	return &result
    }
    
    // WithMinor returns copy of the version object with requested minor number
    func (v *Version) WithMinor(minor uint) *Version {
    	result := *v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  10. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadSpiIntegrationTest.groovy

                    .withToolchainDownloadEnabled()
                    .runWithFailure()
    
            then:
            failure.assertHasCause("Duplicate configuration for repository 'useless'.")
        }
    
        def "list of requested repositories can be queried"() {
            settingsFile << """
                ${applyToolchainResolverPlugin("UselessToolchainResolver1", noUrlResolverCode(), DEFAULT_PLUGIN, NO_TOOLCHAIN_MANAGEMENT)}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 10:53:57 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top