Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 380 for INTEGRATION (0.34 sec)

  1. src/cmd/compile/internal/test/testdata/mergelocals/integration.go

    Than McIntosh <******@****.***> 1712160383 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 17:42:19 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. hack/make-rules/test-integration.sh

    kube::test::find_integration_test_dirs() {
      (
        cd "${KUBE_ROOT}"
        # The "./" syntax here produces Go-compatible package names.
        find ./test/integration/ -name '*_test.go' -print0 \
          | xargs -0n1 dirname \
          | LC_ALL=C sort -u
        find ./staging/src/k8s.io/apiextensions-apiserver/test/integration/ -name '*_test.go' -print0 \
          | xargs -0n1 dirname \
          | LC_ALL=C sort -u
      )
    }
    
    CLEANUP_REQUIRED=
    cleanup() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:57 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-metadata.xml

    <metadata>
      <plugins>
        <plugin>
          <name>Maven Integration Test Plugin</name>
          <prefix>clean</prefix>
          <artifactId>maven-clean-plugin</artifactId>
        </plugin>
        <plugin>
          <name>Maven Integration Test Plugin</name>
          <prefix>deploy</prefix>
          <artifactId>maven-deploy-plugin</artifactId>
        </plugin>
        <plugin>
          <name>Maven Integration Test Plugin</name>
          <prefix>install</prefix>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. tests/integration/tests.mk

    # Generate integration fuzz test targets for kubernetes environment.
    test.integration-fuzz.%.kube: | $(JUNIT_REPORT) check-go-tag
    	$(call run-test,./tests/integration/$(subst .,/,$*)/...,-tags="integfuzz integ")
    
    # Generate presubmit integration test targets for each component in kubernetes environment
    test.integration.%.kube.presubmit:
    	@make test.integration.$*.kube
    
    # Run all tests
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. .github/workflows/maven.yml

              echo "REPO_USER=$target_user" >> $GITHUB_ENV
    
          - name: Checkout maven-integration-testing
            uses: actions/checkout@v4
            with:
              repository: ${{ env.REPO_USER }}/maven-integration-testing
              path: maven-integration-testing/
              ref: ${{ env.REPO_BRANCH }}
              persist-credentials: false
    
          - name: Set up JDK
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 03 17:58:28 UTC 2024
    - 5K bytes
    - Viewed (0)
  6. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/AbstractSourceDependencyMultiprojectIntegrationTest.groovy

            mappingFor(repo, "org.test:foo")
            mappingFor(repo, "org.test:bar")
            buildFile << """
                dependencies {
                    conf 'org.test:foo:latest.integration'
                    conf 'org.test:bar:latest.integration'
                }
            """
            expect:
            repo.expectListVersions()
            repo.expectCloneSomething()
            assertResolvesTo("foo-1.0.jar", "bar-1.0.jar")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. CODEOWNERS

    /tests/integration/conformance/                                  @istio/wg-test-and-release-maintainers
    /tests/integration/framework/                                    @istio/wg-test-and-release-maintainers
    /tests/integration/galley/                                       @istio/wg-networking-maintainers
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 19:22:33 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseTestConfigurationsWithProjectDependenciesIntegrationTest.groovy

                configurations {
                    integration
                }
    
                dependencies {
                    integration project(':b')
                    testImplementation project(':c')
                }
    
                eclipse {
                    classpath {
                        plusConfigurations += [configurations.integration]
                        testConfigurations = [configurations.integration]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/h2/pom.xml
    quarkus/integration-tests/class-transformer/runtime/pom.xml
    	quarkus/core/runtime/pom.xml
    quarkus/integration-tests/kafka-sasl-elytron/pom.xml
    	quarkus/integration-tests/class-transformer/runtime/pom.xml
    	quarkus/integration-tests/shared-library/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. pkg/test/framework/components/istio/config.go

    	// for integration tests
    	IntegrationTestDefaultsIOP = "tests/integration/iop-integration-test-defaults.yaml"
    
    	// IntegrationTestDefaultsIOPWithQUIC is the path of the default IstioOperator spec to
    	// use for integration tests involving QUIC
    	IntegrationTestDefaultsIOPWithQUIC = "tests/integration/iop-integration-test-defaults-with-quic.yaml"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top