Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for simulateAnotherInitializationOfAlreadyInitializedWorkerClasspathCache (0.42 sec)

  1. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/FixedSharedModeCrossProcessCacheAccessIntegrationTest.groovy

            block.waitForAllPendingCalls()
    
            // simulate another "build" that tries to initialize the cache as well before recognizing that it has been done already
            def cacheAccess = simulateAnotherInitializationOfAlreadyInitializedWorkerClasspathCache()
            cacheAccess.open()
            block.releaseAll()
            build.waitForFinish()
    
            then:
            noExceptionThrown()
    
            cleanup:
            cacheAccess?.close()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:52 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top