Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertCacheWasNotCleanedUpSince (0.37 sec)

  1. platforms/core-execution/build-cache-local/src/integTest/groovy/org/gradle/caching/local/internal/AbstractBuildCacheCleanupIntegrationTest.groovy

            assertCacheWasNotCleanedUpSince(lastCleanupCheck)
    
            when:
            lastCleanupCheck = markCacheLastCleaned(twoDaysAgo())
            executer.noDeprecationChecks()
            run()
    
            then:
            existsBuildCacheEntry("0" * hashStringLength)
            existsBuildCacheEntry("1" * hashStringLength)
            assertCacheWasNotCleanedUpSince(lastCleanupCheck)
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 16:53:17 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top