Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for archiveType (0.34 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)
  3. cmd/s3-zip-handlers.go

    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/pkg/v3/policy"
    	"github.com/minio/zipindex"
    )
    
    const (
    	archiveType            = "zip"
    	archiveTypeEnc         = "zip-enc"
    	archiveExt             = "." + archiveType // ".zip"
    	archiveSeparator       = "/"
    	archivePattern         = archiveExt + archiveSeparator                // ".zip/"
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 15.8K bytes
    - Click Count (0)
Back to Top