- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for flakyTests (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt
projectDir.resolve("failed-report-with-leftover").mkdirs() projectDir.resolve("flaky-test-with-leftover/src/test/java/FlakyTest.java").writeFlakyTest(true) projectDir.resolve("flaky-test-without-leftover/src/test/java/FlakyTest.java").writeFlakyTest(true) projectDir.resolve("successful-report").mkdirs()
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jun 18 10:36:40 GMT 2025 - 10.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
buildScanTagParam("SmokeTests"), "-PtestJavaVersion=${testJava.version.major}", "-PtestJavaVendor=${testJava.vendor.name.lowercase()}", "-PflakyTests=$flakyTestStrategy", ).joinToString(" "), )
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/SmokeIdeTests.kt
extraParameters = listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("SmokeIdeTests"), "-PflakyTests=$flakyTestStrategy", ).joinToString(" "), ) }) { companion object { fun buildTypeId(model: CIBuildModel) = "${model.projectId}_SmokeIdeTests" }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 1.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
testCoverage.arch, testCoverage.testJvmVersion.major.toString(), testCoverage.vendor.name.lowercase(), ), "-PflakyTests=${FlakyTestStrategy.EXCLUDE}", extraParameters, parallelizationMethod.extraBuildParameters, ).filter { it.isNotBlank() }.joinToString(separator = " ")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 5.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
testCoverage.vendor.name.lowercase(), ) val parameters = ( buildToolGradleParameters() + listOf( "-PflakyTests=${FlakyTestStrategy.ONLY}", "-x", ":docs:platformTest", "-x", ":docs:configCacheTest", "-x",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.6K bytes - Click Count (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
"-Dscan.value.coverageArch=amd64", "-Dscan.value.coverageJvmVendor=openjdk", "-Dscan.value.coverageJvmVersion=java25", "-PflakyTests=exclude", "-Dscan.tag.Check", "-PteamCityBuildId=%teamcity.build.id%", "-Dorg.gradle.java.installations.auto-download=false",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 25 20:21:47 GMT 2025 - 5.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
extraTasks tasks = "clean sanityCheck test ${extraTasks.joinToString( " ", )} -PflakyTests=${FlakyTestStrategy.EXCLUDE} --no-configuration-cache" gradleHome = "%teamcity.build.checkoutDir%/dogfood-second" gradleParams = defaultParameters } },Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 7.3K bytes - Click Count (0)