Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 135 for INTEGRATION (0.19 sec)

  1. platforms/core-configuration/kotlin-dsl/src/testFixtures/kotlin/org/gradle/kotlin/dsl/fixtures/AbstractKotlinIntegrationTest.kt

    import org.gradle.kotlin.dsl.resolver.GradleInstallation
    import org.gradle.kotlin.dsl.support.zipTo
    import org.junit.Before
    import java.io.File
    import java.util.Properties
    
    
    /**
     * Base class for Kotlin DSL integration tests.
     *
     * You must apply the `gradlebuild.kotlin-dsl-plugin-bundle-integ-tests` plugin for this to work.
     *
     * You can also set the `kotlinDslTestsExtraRepo` system property
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 16:44:39 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    If you execute Gradle builds from within your IDE, you already use the Gradle Daemon.
    There is no need to enable it for your environment.
    
    == Continuous Integration
    
    We recommend using the Daemon for developer machines and Continuous Integration (CI) servers.
    
    [[deamon_compatibility]]
    == Compatibility
    
    Gradle starts a new Daemon if no idle or compatible Daemons exist.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/controlling_task_execution.adoc

    * Get feedback faster by running quick verification tasks before long verification tasks (e.g., unit tests should run before integration tests).
    * A task that aggregates the results of all tasks of a particular type (e.g., test report task combines the outputs of all executed test tasks).
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/problems/ReceivedProblem.groovy

            definition
        }
    
        Severity getSeverity() {
            definition.severity
        }
    
        // The content of the problem definition is tested in `KnownProblemIds`; in the integration tests we only want to verify if we receive a problem with the expected identifier.
        String getFqid() {
            definition.id.fqid
        }
    
        @Override
        String getContextualLabel() {
           contextualLabel
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 12:45:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. tests/integration/pilot/ingress_test.go

    	"istio.io/istio/pkg/test/helm"
    	kubetest "istio.io/istio/pkg/test/kube"
    	"istio.io/istio/pkg/test/util/retry"
    	helmtest "istio.io/istio/tests/integration/helm"
    	ingressutil "istio.io/istio/tests/integration/security/sds_ingress/util"
    )
    
    func skipIfIngressClassUnsupported(t framework.TestContext) {
    	if !t.Clusters().Default().MinKubeVersion(18) {
    		t.Skip("IngressClass not supported")
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

        "get_compatible_with_portable",
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            # For TFLite Converter integration.
            "//tensorflow/compiler/mlir/lite:__subpackages__",
            "//tensorflow/compiler/mlir/quantization:__subpackages__",
            "//tensorflow/compiler/mlir/tensorflow_to_stablehlo:__subpackages__",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 17K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultMutableMavenModuleResolveMetadataTest.groovy

            def vid = Mock(ModuleVersionIdentifier)
            def metadata = mavenMetadataFactory.create(id, [])
    
            expect:
            metadata.id == id
            metadata.status == "integration"
    
            and:
            metadata.sources == new MutableModuleSources()
            metadata.statusScheme == ExternalComponentResolveMetadata.DEFAULT_STATUS_SCHEME
            metadata.snapshotTimestamp == null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  8. subprojects/core/build.gradle.kts

    configurations {
        register("reports")
    }
    
    tasks.classpathManifest {
        optionalProjects.add("gradle-kotlin-dsl")
        // The gradle-runtime-api-info.jar is added by a 'distributions-...' project if it is on the (integration test) runtime classpath.
        // It contains information services in ':core' need to reason about the complete Gradle distribution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitor.java

     *
     * To avoid leaking credentials, it prints everything to a file (in current working directory if not specified).
     *
     * This class is executed both in gradle/gradle build and integration test (see {@link IntegrationTestTimeout}.
     */
    public class JavaProcessStackTracesMonitor {
        private static final Pattern UNIX_JAVA_COMMAND_PATTERN = Pattern.compile("(?i)([^\\s]+/bin/java)");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java

    - how to categorize the problems so that the id of the problem can be match to a page with descriptive help and the test
      project
    - nice little sample projects that could be run in the core as well as integration tests
    
    All Possible Errors
    - invalid lifecycle phase (maybe same as bad CLI param, though you were talking about embedder too)
    - <module> specified is not found
    - malformed settings
    - malformed POM
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 10:31:03 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top