Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for workerMethod (0.09 sec)

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

            succeeds("reuseDaemon")
    
            then:
            assertSameDaemonWasUsed("runInDaemon", "reuseDaemon")
        }
    
        def "throws if worker used from a thread with no current build operation in #workerMethod"() {
            given:
            fixture.withWorkActionClassInBuildSrc()
    
            and:
            buildFile << """
                class WorkerTaskUsingCustomThreads extends WorkerTask {
                    @TaskAction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 31K bytes
    - Viewed (0)
Back to top