Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 66 for intRegs (0.12 sec)

  1. tests/integration/pilot/gateway_conformance_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 15:22:47 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. tests/integration/telemetry/tracing/otelcollector/tracing_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 22:56:30 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. platforms/software/ivy/build.gradle.kts

        }
        testFixturesImplementation(project(":logging"))
        testFixturesImplementation(project(":dependency-management"))
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(libs.slf4jApi)
        testFixturesImplementation(libs.sshdCore)
        testFixturesImplementation(libs.sshdScp)
        testFixturesImplementation(libs.sshdSftp)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildIntegTestConfigurationCacheSmokeTest.groovy

     */
    
    package org.gradle.smoketests
    
    import org.gradle.testkit.runner.TaskOutcome
    
    class GradleBuildIntegTestConfigurationCacheSmokeTest extends AbstractGradleBuildConfigurationCacheSmokeTest {
        def "can run Gradle integ tests with configuration cache enabled"() {
            given: "tasks whose configuration can only be loaded in the original daemon"
            def supportedTasks = [
                ":configuration-cache:embeddedIntegTest",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/setup_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  6. platforms/ide/problems-api/build.gradle.kts

        testFixturesImplementation(project(":enterprise-operations"))
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":internal-integ-testing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. build-logic/lifecycle/src/main/kotlin/PrintStackTracesOnTimeoutBuildService.kt

                    execOperations.exec {
                        commandLine(
                            "${System.getProperty("java.home")}/bin/java",
                            parameters.projectDirectory.file("testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitor.java").get().asFile.absolutePath,
                            parameters.projectDirectory.asFile.get().absolutePath
                        )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 07:59:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. tests/integration/ambient/cnirepair/main_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  9. platforms/jvm/platform-jvm/build.gradle.kts

        testImplementation(testFixtures(project(":platform-base")))
        testImplementation(testFixtures(project(":platform-native")))
    
        integTestImplementation(project(":internal-integ-testing"))
    
        integTestImplementation(libs.slf4jApi)
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. subprojects/diagnostics/build.gradle.kts

        testFixturesApi(testFixtures(project(":logging")))
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":core"))
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(libs.guava)
    
        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top