Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for awaitFinished (0.35 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/work/DefaultConditionalExecutionQueueTest.groovy

                instant.executionFinished
            })
    
            when:
            async {
                queue.submit(execution)
                execution.await()
                instant.awaitFinished
            }
    
            then:
            instant.awaitFinished > instant.executionFinished
        }
    
        def "can release executions in any order"() {
            def execution1 = testExecution({
                instant.execution1Started
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/work/DefaultAsyncWorkTrackerTest.groovy

                    instant.waitStarted
                    asyncWorkTracker.waitForCompletion(operation, RELEASE_PROJECT_LOCKS)
                    instant.waitFinished
                }
                thread.blockUntil.waitStarted
                instant.allStarted
            }
    
            then:
            instant.waitFinished >= instant.allStarted
        }
    
        def "work in different operations does not affect each other"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 06 04:53:10 UTC 2023
    - 14.9K bytes
    - Viewed (0)
Back to top