Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startAForegroundDaemon (0.16 sec)

  1. platforms/core-runtime/instrumentation-agent-services/src/integTest/groovy/org/gradle/internal/instrumentation/agent/AgentApplicationTest.groovy

        def "foreground daemon respects the feature flag"() {
            given:
            executer.tap {
                requireDaemon()
                requireIsolatedDaemons()
            }
    
            def foregroundDaemon = startAForegroundDaemon(agentStatus)
            withAgentApplied(agentStatus)
            withDumpAgentStatusTask()
    
            when:
            succeeds()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/daemon/DaemonIntegrationSpec.groovy

            new DaemonLogsAnalyzer(executer.daemonBaseDir)
        }
    
        DaemonsFixture daemons(String gradleVersion) {
            new DaemonLogsAnalyzer(executer.daemonBaseDir, gradleVersion)
        }
    
        GradleHandle startAForegroundDaemon() {
            int currentSize = daemons.getRegistry().getAll().size()
            def daemon = executer.withArgument("--foreground").start()
            // Wait for foreground daemon to be ready
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top