Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 135 for INTEGRATION (0.33 sec)

  1. pkg/controlplane/apiserver/server.go

    	// IdentityLeaseGCPeriod is exposed so integration tests can tune this value.
    	IdentityLeaseGCPeriod = 3600 * time.Second
    	// IdentityLeaseDurationSeconds is the duration of kube-apiserver lease in seconds
    	// IdentityLeaseDurationSeconds is exposed so integration tests can tune this value.
    	IdentityLeaseDurationSeconds = 3600
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/AbstractMutableModuleComponentResolveMetadataTest.groovy

            !metadata.changing
            !metadata.missing
            metadata.status == "integration"
            metadata.statusScheme == ExternalComponentResolveMetadata.DEFAULT_STATUS_SCHEME
    
    
            def immutable = metadata.asImmutable()
            immutable.id == id
            !immutable.changing
            !immutable.missing
            immutable.status == "integration"
            immutable.statusScheme == ExternalComponentResolveMetadata.DEFAULT_STATUS_SCHEME
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. samples/bookinfo/README.md

    ## General Setup
    
    ```bash
    # This defines the docker hub to use when running integration tests and building docker images
    # eg: HUB="docker.io/istio", HUB="gcr.io/istio-testing"
    export HUB="docker.io/$USER"
    
    # This defines the docker tag to use when running integration tests and
    # building docker images to be your user id. You may also set this variable
    # this to any other legitimate docker tag.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    Specifically, `latest.someStatus` will resolve to the highest module version that has status `someStatus` or a more mature status.
    For example, `latest.integration` will select the highest module version regardless of its status (because `integration` is the least mature status as explained below), whereas `latest.release` will select the highest module version with status `release`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-test-report-aggregation/src/integTest/groovy/org/gradle/api/plugins/TestReportAggregationPluginIntegrationTest.groovy

            def aggregatedIntegTestResults = new HtmlTestExecutionResult(testDirectory, 'application/build/reports/tests/integration-test/aggregated-results')
            aggregatedIntegTestResults.assertTestClassesExecuted('transitive.ModTest', 'application.DivTest')
        }
    
        def 'can aggregate tests from root project'() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    You'll learn more about source sets and the features they provide in:
    
     * <<#sec:custom_java_source_set_paths,Customizing file and directory locations>>
     * <<java_testing.adoc#sec:configuring_java_integration_tests,Configuring Java integration tests>>
    
    [[sec:implicit_sourceset_configurations]]
    === Source set configurations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  7. tests/integration/telemetry/api/stats_test.go

    	"istio.io/istio/pkg/test/framework/components/prometheus"
    	"istio.io/istio/pkg/test/framework/label"
    	"istio.io/istio/pkg/test/framework/resource/config/apply"
    	"istio.io/istio/pkg/test/util/retry"
    	util "istio.io/istio/tests/integration/telemetry"
    )
    
    var PeerAuthenticationConfig = `
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: default
    spec:
      mtls:
        mode: STRICT
    `
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. hack/make-rules/test.sh

              -o -path './test/e2e_kubeadm/*' \
              -o -path './test/integration/*' \
              -o -path './third_party/*' \
              -o -path './staging/*' \
              -o -path './vendor/*' \
            \) -prune \
          \) -name '*_test.go' -print0 | xargs -0n1 dirname | LC_ALL=C sort -u
    
        find ./staging -name '*_test.go' -not -path '*/test/integration/*' -prune -print0 | xargs -0n1 dirname | LC_ALL=C sort -u
      )
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    Developers and other continuous integration agents should load cache entries from the remote build cache.
    We expect that developers will not be allowed to populate the remote build cache, and all continuous integration builds populate the build cache after running the `clean` task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    . Try to run the project and debug any errors using the <<troubleshooting.adoc#troubleshooting, Troubleshooting Guide>>.
    
    [[changes_7.0]]
    == Upgrading from 6.9 and earlier
    
    === Changes in the IDE integration
    
    ==== Changes in the IDEA model
    
    The `getGeneratedSourceDirectories()` and `getGeneratedTestDirectories()` methods are removed from the `IdeaContentRoot` interface.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
Back to top