Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for poisonPill (0.11 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerDaemonLifecycleTest.groovy

                }
    
                task runInWorker2(type: WorkerTask) {
                    // This will cause the worker process to fail with exit code 127
                    list = runInWorker1.list + ["poisonPill"]
    
                    isolationMode = 'processIsolation'
                }
            """
    
            when:
            succeeds "runInWorker1"
    
            and:
            executer.withStackTraceChecksDisabled()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top