Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tasksAreNotExecutedInParallel (0.21 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            _ * a.outputFile >> sharedFile
            Task b = task("b", type: AsyncWithOutputFile)
            _ * b.outputFile >> sharedFile
    
            expect:
            tasksAreNotExecutedInParallel(a, b)
        }
    
        def "two tasks that have the same file as output and local state are not executed in parallel"() {
            def sharedFile = file("output")
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
Back to top