Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for assertConfigurationCacheStateStored (0.42 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildDocumentationConfigurationCacheSmokeTest.groovy

                ':docs:checkstyleApi',
                ':docs:incubationReport',
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":docs:clean"])
    
            then:
            configurationCacheRun(tasks, 1)
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerSmokeTest.groovy

            when:
            def result = buildLocation(checkoutDir, agpVersion)
    
            then:
            if (GradleContextualExecuter.isConfigCache()) {
                result.assertConfigurationCacheStateStored()
            }
    
            where:
            agpVersion << TestedVersions.androidGradle.versions
        }
    }
    
    class AndroidSantaTrackerIncrementalCompilationSmokeTest extends AndroidSantaTrackerSmokeTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildSoakTestConfigurationCacheSmokeTest.groovy

                '--tests=org.gradle.connectivity.MavenCentralDependencyResolveIntegrationTest'
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":soak:clean"])
    
            then:
            configurationCacheRun(tasks, 1)
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildUnitTestConfigurationCacheSmokeTest.groovy

                ":stdlib-java-extensions:test", "--tests=org.gradle.api.JavaVersionSpec"
            ]
    
            when:
            configurationCacheRun supportedTasks, 0
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":tooling-api:clean", ":base-services:clean"])
    
            and:
            configurationCacheRun supportedTasks + ["--info"], 1
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildSmokeTestConfigurationCacheSmokeTest.groovy

                '--tests=org.gradle.smoketests.ErrorPronePluginSmokeTest'
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":smoke-test:clean"])
    
            then:
            configurationCacheRun(tasks, 1)
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildBinaryDistributionConfigurationCacheSmokeTest.groovy

                ':distributions-full:binDistributionZip',
                ':distributions-full:binInstallation'
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":distributions-full:clean"])
    
            then:
            configurationCacheRun(tasks, 1)
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildCrossVersionTestConfigurationCacheSmokeTest.groovy

                '--tests=org.gradle.internal.cc.impl.ConfigurationCacheCrossVersionTest'
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":configuration-cache:clean"])
    
            then:
            configurationCacheRun(tasks, 1)
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildIntegTestConfigurationCacheSmokeTest.groovy

                "--tests=org.gradle.internal.cc.impl.ConfigurationCacheDebugLogIntegrationTest"
            ]
    
            when:
            configurationCacheRun supportedTasks, 0
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([":configuration-cache:clean"])
    
            then:
            configurationCacheRun supportedTasks, 1
    
            then:
            result.assertConfigurationCacheStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildSanityCheckConfigurationCacheSmokeTest.groovy

                ":performance:verifyPerformanceScenarioDefinitions",
                ":checkSubprojectsInfo",
            ]
    
            when:
            configurationCacheRun(tasks, 0)
    
            then:
            result.assertConfigurationCacheStateStored()
    
            when:
            run([
                ":configuration-cache:clean",
                ":docs:clean",
                ":internal-build-reports:clean",
                ":architecture-test:clean",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/ShadowPluginSmokeTest.groovy

            def result = shadowJarRunner.build()
    
            then:
            result.task(':shadowJar').outcome == SUCCESS
    
            and:
            if (GradleContextualExecuter.isConfigCache()) {
                result.assertConfigurationCacheStateStored()
            }
    
            when:
            runner('clean').build()
            shadowJarRunner = runner('shadowJar')
            if (hasDeprecations) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top