Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for soak (0.08 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                            ),
                            TestCoverage(8, TestType.SOAK, Os.LINUX, JvmCategory.MAX_LTS_VERSION, 1),
                            TestCoverage(9, TestType.SOAK, Os.WINDOWS, JvmCategory.MIN_VERSION, 1),
                            TestCoverage(35, TestType.SOAK, Os.MACOS, JvmCategory.MAX_LTS_VERSION, 1, arch = Arch.AARCH64),
                            TestCoverage(
                                10,
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Nov 05 13:00:26 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  2. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

                    File(it, "src/integTest").exists() &&
                        it.name != "distributions-integ-tests" &&
                        // distributions:integTest is part of Build Distributions
                        it.name != "soak" // soak tests have their own test category
                }
    
            assertFalse(projectFoldersWithFunctionalTests.isEmpty())
            projectFoldersWithFunctionalTests.forEach {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 16 01:27:05 UTC 2025
    - 14.6K bytes
    - Viewed (0)
  3. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

     *
     * Our performance tests don't work with PTS, yet.
     * Smoke and soak tests are hard to grasp for PTS, that is why we run them without.
     * When running on Windows with PTS, SimplifiedKotlinScriptEvaluatorTest fails. See https://github.com/gradle/gradle-private/issues/3615.
     */
    fun Project.supportsPredictiveTestSelection() = !isPerformanceProject() && !setOf("smoke-test", "soak", "kotlin-dsl", "smoke-ide-test").contains(name)
    
    /**
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Dec 19 06:44:41 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/projects/StageProject.kt

                stage.flameGraphs.map { createFlameGraphs(model, stage, it) }
    
            val (topLevelCoverage, allCoverage) = stage.functionalTests.partition { it.testType == TestType.SOAK }
            val topLevelFunctionalTests =
                topLevelCoverage
                    .map { FunctionalTest(model, it.asConfigurationId(model), it.asName(), it.asName(), it, stage = stage) }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 16 00:34:25 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  5. .github/CODEOWNERS

    testing/smoke-test/                             @gradle/bt-product-operations
    testing/smoke-test/src/**/*IsolatedProjects*    @gradle/bt-product-operations @gradle/bt-isolated-projects-project
    testing/soak/                                   @gradle/bt-developer-productivity
    testing/distributions-integ-tests               @gradle/bt-developer-productivity
    testing/public-api-tests                        @gradle/bt-developer-productivity
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Nov 07 21:47:29 UTC 2025
    - 11K bytes
    - Viewed (0)
  6. .teamcity/subprojects.json

        "name": "snapshots",
        "path": "platforms/core-execution/snapshots",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "soak",
        "path": "testing/soak",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "software-diagnostics",
        "path": "platforms/software/software-diagnostics",
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 18 18:40:11 UTC 2025
    - 37.5K bytes
    - Viewed (0)
  7. .idea/gradle.xml

                <option value="$PROJECT_DIR$/testing/smoke-ide-test" />
                <option value="$PROJECT_DIR$/testing/smoke-test" />
                <option value="$PROJECT_DIR$/testing/soak" />
              </set>
            </option>
          </GradleProjectSettings>
        </option>
        <option name="parallelModelFetch" value="true" />
      </component>
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 11 18:02:10 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  8. compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java

            p2.put("trees", "fir, oak, maple");
            p1.update(p2);
    
            assertEquals(2, (Object) p1.size());
            Object o23 = p1.getComments("trees");
            assertEquals(List.of("#", "# List of trees", "#"), o23);
            Object o22 = p1.getProperty("trees");
            assertEquals("fir, oak, maple", o22);
            Object o21 = p1.getComments("fruits");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 16.4K bytes
    - Viewed (0)
  9. guava/src/com/google/common/net/MediaType.java

       * ({@code application/soap+xml}) is used to identify SOAP 1.2 message envelopes that have been
       * serialized with XML 1.0.
       *
       * <p>For SOAP 1.1 messages, see {@code XML_UTF_8} per <a
       * href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">W3C Note on Simple Object Access Protocol
       * (SOAP) 1.1</a>
       *
       * @since 20.0
       */
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 02 01:46:40 UTC 2025
    - 48K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/MediaType.java

       * ({@code application/soap+xml}) is used to identify SOAP 1.2 message envelopes that have been
       * serialized with XML 1.0.
       *
       * <p>For SOAP 1.1 messages, see {@code XML_UTF_8} per <a
       * href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">W3C Note on Simple Object Access Protocol
       * (SOAP) 1.1</a>
       *
       * @since 20.0
       */
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 02 01:46:40 UTC 2025
    - 48K bytes
    - Viewed (0)
Back to top