Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for archiveType (0.06 seconds)

  1. build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java

                ElasticsearchDistributionType archiveType = ElasticsearchDistributionTypes.ARCHIVE;
                checkBwc("minor", configName, BWC_MINOR_VERSION, archiveType, platform, BWC_MINOR);
                checkBwc("staged", configName, BWC_STAGED_VERSION, archiveType, platform, BWC_STAGED);
                checkBwc("bugfix", configName, BWC_BUGFIX_VERSION, archiveType, platform, BWC_BUGFIX);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionArchiveCheckPluginFuncTest.groovy

                }
            """
            when:
            def result = gradleRunner(":darwin-${archiveType}:check", '--stacktrace').buildAndFail()
            then:
            result.task(":darwin-${archiveType}:checkExtraction").outcome == TaskOutcome.FAILED
            result.output.contains("Detected class file in distribution ('SomeFile.class')")
    
            where:
            archiveType << ["zip", 'tar']
        }
    
        def "fails on unexpected license content"() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 5.9K bytes
    - Click Count (0)
Back to Top