- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for TestCoverage (0.06 seconds)
-
.teamcity/src/main/kotlin/model/CIBuildModel.kt
TestCoverage(35, TestType.SOAK, Os.MACOS, JvmCategory.MAX_LTS_VERSION, 1, arch = Arch.AARCH64), TestCoverage( 10, TestType.ALL_VERSIONS_CROSS_VERSION, Os.LINUX, JvmCategory.MIN_VERSION,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 13:00:26 GMT 2025 - 27.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
val testTasks = getTestTaskName(testCoverage, subprojects) val assembledExtraParameters = mutableListOf( stage.getBuildScanCustomValueParam(testCoverage), functionalTestExtraParameters( listOf(FUNCTIONAL_TEST_TAG), testCoverage.os, testCoverage.arch, testCoverage.testJvmVersion.major.toString(),
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
class FlakyTestQuarantine( model: CIBuildModel, stage: Stage, testCoverage: TestCoverage, ) : OsAwareBaseGradleBuildType(os = testCoverage.os, stage = stage, init = { val os = testCoverage.os val arch = testCoverage.arch id("${model.projectId}_FlakyQuarantine_${testCoverage.asId(model)}") name = "Flaky Test Quarantine - ${testCoverage.asName()}" description = "Run all flaky tests skipped multiple times"
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/main/kotlin/projects/StageProject.kt
topLevelFunctionalTests.forEach(this::buildType) val functionalTestProjects = allCoverage.map { testCoverage -> FunctionalTestProject( model, functionalTestBucketProvider, testCoverage, stage, ) } functionalTestProjects.forEach { functionalTestProject ->
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
), ) } } @Test fun long_ids_are_shortened() { val testCoverage = TestCoverage(1, TestType.QUICK_FEEDBACK_CROSS_VERSION, Os.WINDOWS, JvmVersion.JAVA_11, JvmVendor.ORACLE) val shortenedId = testCoverage.asConfigurationId(model, "veryLongSubprojectNameLongerThanEverythingWeHave") assertTrue(shortenedId.length < 80)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 01:27:05 GMT 2025 - 14.6K bytes - Click Count (0)