Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for becomesIdle (0.08 sec)

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

            executer.requireIsolatedDaemons()
            withDumpAgentStatusTask()
    
            when:
            withAgentApplied(useAgentOnFirstRun)
            succeeds()
    
            then:
            daemons.daemon.becomesIdle()
    
            when:
            withAgentApplied(useAgentOnSecondRun)
            succeeds()
    
            then:
            def expectedDaemonCount = shouldReuseDaemon ? 1 : 2
    
    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