Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startAForegroundDaemon (0.26 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)
Back to top