Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for disappears (0.16 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/PublishedDependencyConstraintsIntegrationTest.groovy

                    }
                }
            }
        }
    
    
        @RequiredFeature(feature = GradleMetadataResolveRunner.GRADLE_METADATA, value="true")
        void "deferred selector still resolved when constraint disappears"() {
            repository {
                'org:bar:1.0'()
                'org:bar:1.1'()
    
                'org:other:1.0' {
                    dependsOn 'org:bar:1.0'
                    dependsOn 'org:weird:1.1'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

        }
    
        @ToBeFixedForConfigurationCache(because = "test expect script evaluation")
        def "script doesn't get recompiled if daemon disappears"() {
            root {
                buildSrc {
                    'build.gradle'('''
                        apply plugin: 'java'
                    ''')
                    src {
                        main {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/edit.go

    	// direct import before the edit continues to do so after. There are a few
    	// edge cases where that can change, such as if a package moves into or out of
    	// a nested module or disappears entirely. If that happens, the user can run
    	// 'go mod tidy' to clean up the direct/indirect annotations.)
    	//
    	// TODO(bcmills): Would it make more sense to leave the direct map as-is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/RetryConditions.groovy

                (failure.cause?.message ==~ /(?s)Timeout waiting to connect to (the )?Gradle daemon.*/
                    || failure.cause?.message == "Gradle build daemon disappeared unexpectedly (it may have been stopped, killed or may have crashed)"
                    || failure.message == "Gradle build daemon disappeared unexpectedly (it may have been stopped, killed or may have crashed)")) {
                println "Retrying cross version test because of <1.3 daemon connection issue"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonClient.java

                    }
    
                    if (object == null) {
                        // The daemon has potentially disappeared, so mark the connection as suspect.
                        // This makes the connection lenient if outgoing messages cannot be written while attempting to gracefully shut down the connection (in the finally {} block below)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DaemonClientTest.groovy

            _ * connection2.daemon >> Stub(DaemonConnectDetails)
            2 * connection2.receive() >>> [Stub(BuildStarted), new Success(resultMessage)]
            0 * connection._
        }
    
        def "reports daemon disappeared when result is null and cannot write further message to connection"() {
            def parameters = Stub(BuildActionParameters)
            parameters.currentDir >> new File(".")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

            project.webAppDirName = 'foo'
    
            then:
            project.eclipse.wtp.component.resources == [new WbResource('/', 'foo')]
        }
    
        def "web app dir should not disappear while manually adding a wb resource"() {
            when:
            project.apply(plugin: 'war')
            project.apply(plugin: 'eclipse-wtp')
            project.webAppDirName = 'foo'
    
            project.eclipse.wtp {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  8. cmd/dependencyverifier/dependencyverifier.go

    	}
    	for expectedRef, expectedFrom := range configFromFile.Status.UnwantedReferences {
    		actualFrom, ok := config.Status.UnwantedReferences[expectedRef]
    		if !ok {
    			// disappeared entirely
    			log.Printf("Good news! Unwanted dependency %q is no longer referenced. Remove status.unwantedReferences[%q] in %s to ensure it doesn't get reintroduced.", expectedRef, expectedRef, dependenciesJSONPath)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 01:48:30 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  9. pkg/api/testing/unstructured_test.go

    		// We are explicitly overwriting custom fuzzing functions, to ensure
    		// that InitContainers and their statuses are not generated. This is
    		// because in this test we are simply doing json operations, in which
    		// those disappear.
    		Funcs(
    			func(s *api.PodSpec, c fuzz.Continue) {
    				c.FuzzNoCustom(s)
    				s.InitContainers = nil
    			},
    			func(s *api.PodStatus, c fuzz.Continue) {
    				c.FuzzNoCustom(s)
    				s.InitContainerStatuses = nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  10. test/live.go

    		m33[byteptr()] == 0) && // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
    		m33[byteptr()] == 0 {
    		printnl()
    		return
    	}
    	printnl()
    }
    
    // select temps should disappear in the case bodies
    
    var c38 chan string
    
    func fc38() chan string
    func fi38(int) *string
    func fb38() *bool
    
    func f38(b bool) {
    	// we don't care what temps are printed on the lines with output.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top