Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/integTest/groovy/org/gradle/process/internal/MultiRequestWorkerProcessIntegrationTest.groovy

            e.cause instanceof ExecException
            e.cause.message == "Process 'broken worker 1' finished with non-zero exit value 12"
    
            cleanup:
            stopBroken(worker)
        }
    
        def stopBroken(WorkerControl workerControl) {
            if (workerControl == null) {
                return
            }
            try {
                workerControl.stop()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 15 22:51:06 UTC 2020
    - 6.7K bytes
    - Viewed (0)
Back to top