Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopsSingleDaemon (0.12 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/StoppingDaemonIntegrationSpec.groovy

            blockingHandler.waitForAllPendingCalls()
            daemons.daemon.assertBusy()
            executer.withArguments("--stop").run()
            def failure = build.waitForFailure()
    
            then:
            stopsSingleDaemon()
            failure.assertHasDescription(DaemonStoppedException.MESSAGE)
    
            build.waitForFailure()
        }
    
        def "can handle multiple concurrent stop requests"() {
            buildFile << """
    task block {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top