Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NestingParameter (0.18 sec)

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

    @IntegrationTestTimeout(120)
    class WorkerExecutorNestingIntegrationTest extends AbstractWorkerExecutorIntegrationTest {
        def nestingParameterType = fixture.workParameterClass("NestingParameter", "org.gradle.test").withFields([
            "greeting": "Property<String>",
            "childSubmissions": "int"
        ])
    
        def "workers with no isolation can spawn more work with #nestedIsolationMode"() {
    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