Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compression package #9120

Merged
merged 3 commits into from Mar 12, 2020

Conversation

klauspost
Copy link
Contributor

Motivation and Context

Fix potential problem with non AMD64 platforms and very small files: klauspost/compress#244

How to test this PR?

Mint tests should test this.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

Fix potential problem with non AMD64 platforms and very small files: klauspost/compress#244
@nitisht nitisht requested a review from kannappanr March 11, 2020 14:38
Copy link
Contributor

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@minio-trusted
Copy link
Contributor

Mint Automation

Test Result
mint-large-bucket.sh ✔️
mint-worm.sh ✔️
mint-fs.sh ✔️
mint-dist-xl.sh ✔️
mint-gateway-nas.sh ✔️
mint-xl.sh more...
mint-gateway-azure.sh more...

9120-51b28e9/mint-gateway-azure.sh.log:

Running with
SERVER_ENDPOINT:      72.28.97.57:31340
ACCESS_KEY:           minioazure
SECRET_KEY:           ***REDACTED***
ENABLE_HTTPS:         0
SERVER_REGION:        us-east-1
MINT_DATA_DIR:        /mint/data
MINT_MODE:            full
ENABLE_VIRTUAL_STYLE: 0

To get logs, run 'docker cp 402c6400ac98:/mint/log /tmp/mint-logs'

(1/14) Running aws-sdk-go tests ... done in 8 seconds
(2/14) Running aws-sdk-java tests ... done in 2 seconds
(3/14) Running aws-sdk-php tests ... done in 6 minutes and 25 seconds
(4/14) Running aws-sdk-ruby tests ... done in 19 seconds
(5/14) Running awscli tests ... done in 3 minutes and 9 seconds
(6/14) Running healthcheck tests ... done in 0 seconds
(7/14) Running mc tests ... done in 6 minutes and 29 seconds
(8/14) Running minio-dotnet tests ... done in 1 minutes and 45 seconds
(9/14) Running minio-go tests ... done in 20 minutes and 15 seconds
(10/14) Running minio-java tests ... FAILED in 8 minutes and 34 seconds
{
  "name": "minio-java",
  "function": "composeObject(String bucketName, String objectName,List<ComposeSource> composeSources, Map <String,String > headerMap, ServerSideEncryption sseTarget)",
  "args": "size: 6 MB & 6 MB",
  "duration": 11427,
  "status": "FAIL",
  "error": "error occurred\nErrorResponse(code=NotImplemented, message=A header you provided implies functionality that is not implemented, bucketName=minio-java-test-lkk0ef, objectName=minio-java-test-3v754e3, resource=/minio-java-test-lkk0ef/minio-java-test-3v754e3, requestId=15FB6CD3AE45E9F1, hostId=9584c185-4cfa-4acc-a63c-f7629224dcf7)\nrequest={method=PUT, url=http://72.28.97.57:31340/minio-java-test-lkk0ef/minio-java-test-3v754e3?uploadId=5e6aa858ddf34dc7&partNumber=1, headers=x-amz-copy-source-if-match: 984e398203c867615e055fdefab87aa7-2\nx-amz-copy-source: minio-java-test-lkk0ef/minio-java-test-34o4n9n\nAccept-Encoding: identity\nHost: 72.28.97.57:31340\nUser-Agent: MinIO (amd64; amd64) minio-java/dev\nx-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\nx-amz-date: 20200312T021550Z\nAuthorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20200312/us-east-1/s3/aws4_request, SignedHeaders=accept-encoding;host;x-amz-content-sha256;x-amz-copy-source;x-amz-copy-source-if-match;x-amz-date, Signature=*REDACTED*\n}\nresponse={code=501, headers=Accept-Ranges: bytes\nContent-Length: 408\nContent-Security-Policy: block-all-mixed-content\nContent-Type: application/xml\nServer: MinIO/DEVELOPMENT.2020-03-12T01-15-32Z\nVary: Origin\nX-Amz-Request-Id: 15FB6CD3AE45E9F1\nX-Xss-Protection: 1; mode=block\nDate: Thu, 12 Mar 2020 02:15:50 GMT\n}\n >>> [io.minio.MinioClient.executeReq(MinioClient.java:1220), io.minio.MinioClient.execute(MinioClient.java:1082), io.minio.MinioClient.executePut(MinioClient.java:1446), io.minio.MinioClient.executePut(MinioClient.java:1468), io.minio.MinioClient.uploadPartCopy(MinioClient.java:2619), io.minio.MinioClient.composeObject(MinioClient.java:2572), FunctionalTest.composeObject_test1(FunctionalTest.java:2587), FunctionalTest.runTests(FunctionalTest.java:3396), FunctionalTest.main(FunctionalTest.java:3514)]"
}

Executed 9 out of 14 tests successfully.

9120-51b28e9/mint-xl.sh.log:

Running with
SERVER_ENDPOINT:      72.28.97.55:32046
ACCESS_KEY:           minio
SECRET_KEY:           ***REDACTED***
ENABLE_HTTPS:         0
SERVER_REGION:        us-east-1
MINT_DATA_DIR:        /mint/data
MINT_MODE:            full
ENABLE_VIRTUAL_STYLE: 0

To get logs, run 'docker cp 0a78e5141655:/mint/log /tmp/mint-logs'

(1/14) Running aws-sdk-go tests ... FAILED in 2 minutes and 0 seconds
{
  "alert": "",
  "args": {
    "bucketName": "aws-sdk-go-test-zy9owqcdq1djkf",
    "expiry": 60000000000,
    "objectName": "presignedTest"
  },
  "duration": 120307,
  "error": "RequestError: send request failed\ncaused by: Put http://72.28.97.55:32046/aws-sdk-go-test-zy9owqcdq1djkf: dial tcp 72.28.97.55:32046: i/o timeout",
  "function": "PresignedPut",
  "message": "AWS SDK Go CreateBucket Failed",
  "name": "aws-sdk-go",
  "status": "FAIL"
}

Executed 0 out of 14 tests successfully.

Deleting image on docker hub
Deleting image locally

@harshavardhana harshavardhana merged commit c55aeaf into minio:master Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants