Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWorkActionWithNesting (0.15 sec)

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

            "greeting": "Property<String>",
            "childSubmissions": "int"
        ])
    
        def "workers with no isolation can spawn more work with #nestedIsolationMode"() {
            buildFile << """
                ${getWorkActionWithNesting("noIsolation", nestedIsolationMode)}
                task runInWorker(type: NestingWorkerTask)
            """.stripIndent()
    
            when:
            succeeds("runInWorker")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top