Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 237 for daemons (0.16 sec)

  1. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

                        assertCacheHits(run)
                    }
                }
            }
            val daemonFixture = DaemonLogsAnalyzer.newAnalyzer(executer.daemonBaseDir)
            assertThat(daemonFixture.daemons).hasSize(1)
        }
    
        @Test
        fun `writes build cache entries`() {
            expectCacheEntriesWritten(2, false)
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslPluginTest.kt

                            .writeText("plugins { id(\"my-plugin\") }")
    
                        // and:
                        System.setProperty("org.gradle.daemon.idletimeout", "1000")
                        System.setProperty("org.gradle.daemon.registry.base", "${existing("daemons-registry").normalisedPath}")
                        File(projectRoot, "gradle.properties").writeText("org.gradle.jvmargs=-Xmx128m")
    
                        // and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  3. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorParallelIntegrationTest.groovy

            workItems.times {
                handler.waitForAllPendingCalls()
                handler.release(1)
            }
    
            then:
            gradle.waitForFinish()
        }
    
        def "does not start more daemons than max-workers"() {
            def maxWorkers = 3
    
            given:
            buildFile << """
                import org.gradle.workers.internal.WorkerDaemonClientsManager
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/resolver/KotlinBuildScriptDependenciesResolver.kt

        val classPathBlocksHash: ByteArray?
    ) : KotlinScriptExternalDependencies
    
    
    /**
     * Handles all incoming [KotlinBuildScriptModelRequest]s via a single [EventLoop] to avoid spawning
     * multiple competing Gradle daemons.
     */
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  5. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/AbstractXcodeIntegrationSpec.groovy

            xcodeWorkspace("${rootProjectName}.xcworkspace")
        }
    
        protected XcodebuildExecutor getXcodebuild() {
            // Gradle needs to be isolated so the xcodebuild does not leave behind daemons
            assert executer.distribution.gradleHomeDir != null
            assert !executer.usesSharedDaemons()
            new XcodebuildExecutor(testDirectory)
        }
    
        void useXcodebuildTool() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  6. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt

                "${prefix}TestFullDistributionRuntimeClasspath"(project(":distributions-full"))
                // Add the agent JAR to the test runtime classpath so the InProcessGradleExecuter can find the module and spawn daemons.
                // This doesn't apply the agent to the test process.
                "${prefix}TestRuntimeOnly"(project(":instrumentation-agent"))
                "${prefix}TestAgentsClasspath"(project(":instrumentation-agent"))
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 23:14:25 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    === Gradle daemon options
    You can manage the <<gradle_daemon.adoc#gradle_daemon,Gradle Daemon>> through the following command line options.
    
    `--daemon`, `--no-daemon`::
    Use the <<gradle_daemon.adoc#gradle_daemon, Gradle Daemon>> to run the build. Starts the daemon if not running or the existing daemon is busy. _Default is on_.
    
    `--foreground`::
    Starts the Gradle Daemon in a foreground process.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/ProjectConfigurationChildrenProgressCrossVersionSpec.groovy

    import java.util.concurrent.TimeUnit
    
    @IntegrationTestTimeout(300)
    @TargetGradleVersion('>=4.0')
    @DoesNotSupportNonAsciiPaths(reason = "Gradle versions prior to 8.3 have issues with non-ascii paths and worker daemons – see https://github.com/gradle/gradle/issues/13843")
    class ProjectConfigurationChildrenProgressCrossVersionSpec extends AbstractProgressCrossVersionSpec {
    
        private RepositoryHttpServer server
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  9. pkg/apis/apps/types.go

    	// pod (including nodes correctly running the daemon pod).
    	DesiredNumberScheduled int32
    
    	// The number of nodes that should be running the daemon pod and have one
    	// or more of the daemon pod running and ready.
    	NumberReady int32
    
    	// The most recent generation observed by the daemon set controller.
    	// +optional
    	ObservedGeneration int64
    
    	// The total number of nodes that are running updated daemon pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

            when:
            succeeds 'success'
    
            then:
            getCompileBuildFileOperationsCount() == 6
    
            when:
            def before = scriptDetails()
            daemons.daemon.kill()
            succeeds 'success'
    
            then:
            def scripts = scriptDetails()
            scriptsAreReused(before, scripts)
            getCompileBuildFileOperationsCount() == 0
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top