On Sun, Oct 13, 2019 at 10:21:49PM +0200, Ignasi Barrera wrote:
> This thread is for discussion of the first release candidate for
> Apache jclouds 2.1.3.
>
> Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc.
>
> If you want to help to validate the release, you'll find a set of
> scripts and the corresponding instructions here:
> https://cwiki.apache.org/confluence/display/JCLOUDS/Validate+a+Release
>
> You can also go run live tests for your preferred providers and post
> the results here, or use the projects in the jclouds-examples repo,
> such as the "compute-basics" to rapidly smoke test the providers you
> are interested in:
> https://github.com/jclouds/jclouds-examples
I attached live test results for Atmos, AWS S3, Azure, Backblaze B2,
Google Cloud Storage, Rackspace Cloud Files (Swift), and DreamObjects
(S3).
--
Andrew Gaul
http://gaul.org/
ATMOS
Failed tests:
AtmosContainerIntegrationLiveTest>BaseContainerIntegrationTest.testBlobNameEscaping:736
» HttpResponse
AtmosContainerIntegrationLiveTest>BaseContainerIntegrationTest.testClearWithOptions:191
» IllegalArgument
AtmosContainerIntegrationLiveTest>BaseContainerIntegrationTest.testContainerListWithDetails:637->BaseContainerIntegrationTest.checkEqualNames:750
Expecting:
<["car", "foo"]>
to contain only:
<["testContainerListWithDetails/foo/", "testContainerListWithDetails/car"]>
elements not found:
<["testContainerListWithDetails/foo/", "testContainerListWithDetails/car"]>
and elements not expected:
<["car", "foo"]>
AtmosContainerIntegrationLiveTest>BaseContainerIntegrationTest.testDirectory:321
Expected size:<2> but was:<1> in:
<[{type=FOLDER, providerId=4a08bf2ea3ed814f059f56c2a6c36c05da8aa6a51a37,
name=directory, location={scope=REGION, id=DEFAULT, description=DEFAULT,
parent=atmos}, userMetadata={}, type=FOLDER}]>
AtmosContainerLiveTest>BaseContainerLiveTest.testPublicAccess:82
https://storage.synaptic.att.com/rest/namespace/gaul-blobstore10/hello?uid=a63bf0890f764960bafd7730a1fcbe8e/andrewATgaulDOTorg&expires=1571338793738&signature=79NzS7T2/UK2a42VmAIg78IVXdg%3D
expected [true] but found [false]
Tests run: 105, Failures: 5, Errors: 0, Skipped: 25
--------------------------------------------------------------------------------
AWS S3
Failed tests:
PathBasedContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76
{name=hello, type=BLOB, uri=https://s3.amazonaws.com/gaul-blobstore5/hello,
userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Thu Oct
17 10:48:41 PDT 2019, size=46, container=gaul-blobstore5,
contentMetadata=[cacheControl=null, contentDisposition=null,
contentEncoding=null, contentLanguage=null, contentLength=46,
contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown,
expires=null], tier=STANDARD} expected object to not be null
AWSS3ContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76
{name=hello, type=BLOB, uri=https://gaul-blobstore11.s3.amazonaws.com/hello,
userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Thu Oct
17 10:49:07 PDT 2019, size=46, container=gaul-blobstore11,
contentMetadata=[cacheControl=null, contentDisposition=null,
contentEncoding=null, contentLanguage=null, contentLength=46,
contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown,
expires=null], tier=STANDARD} expected object to not be null
AWSS3ServiceIntegrationLiveTest>BaseServiceIntegrationTest.testAllLocations:47->BaseBlobStoreIntegrationTest.getScratchContainerName:465->BaseBlobStoreIntegrationTest.getContainerName:452
unable to get a container for the test
AWSS3ContainerIntegrationLiveTest>BaseContainerIntegrationTest.testClearWithOptions:192->BaseBlobStoreIntegrationTest.assertConsistencyAwareContainerSize:327->BaseBlobStoreIntegrationTest.assertConsistencyAware:260->BaseBlobStoreIntegrationTest.assertConsistencyAware:247
» ContainerNotFound
Tests run: 164, Failures: 4, Errors: 0, Skipped: 9
--------------------------------------------------------------------------------
AZURE
Failed tests:
AzureBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfNoneMatchNegative:1148
Expecting:
<304>
to be equal to:
<412>
but was not.
AzureBlobClientLiveTest.testCopyBlobIfModifiedSince:469 » HttpResponse
command...
AzureBlobClientLiveTest.testCopyBlobIfNoneMatch:552 » HttpResponse command:
PU...
Tests run: 140, Failures: 3, Errors: 0, Skipped: 12
--------------------------------------------------------------------------------
B2
Failed tests:
B2BlobIntegrationLiveTest>BaseBlobIntegrationTest.testMultipartUploadMultipleParts:1356
» HttpResponse
ObjectApiLiveTest.testListFileNames:195->createFile:282 » B2Response request
P...
B2ContainerIntegrationLiveTest>BaseContainerIntegrationTest.deleteContainerIfEmptyWithoutContents:536
expected [true] but found [false]
B2ContainerIntegrationLiveTest>BaseContainerIntegrationTest.testListContainerMarker:257->BaseContainerIntegrationTest.addAlphabetUnderRoot:755
» B2Response
B2BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutBlobParallel:154
{0=java.util.concurrent.ExecutionException: org.jclouds.b2.B2ResponseException:
request POST
https://pod-000-1099-12.backblaze.com/b2api/v1/b2_upload_file/874c3cb1db65dfa268d80715/c001_v0001099_t0013
HTTP/1.1 failed with code 503, error: B2Error{code=service_unavailable,
message=c001_v0001099_t0013 is too busy, status=503},
2=java.util.concurrent.ExecutionException: org.jclouds.b2.B2ResponseException:
request POST
https://pod-000-1099-15.backblaze.com/b2api/v1/b2_upload_file/874c3cb1db65dfa268d80715/c001_v0001099_t0049
HTTP/1.1 failed with code 503, error: B2Error{code=service_unavailable,
message=c001_v0001099_t0049 is too busy, status=503}}
Tests run: 128, Failures: 5, Errors: 0, Skipped: 29
--------------------------------------------------------------------------------
GOOGLE CLOUD STORAGE
Failed tests:
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteMultipleObjects:557->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302
» HttpResponse
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobMetaFail:1447
» ResourceNotFound
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobFail:1436
» ResourceNotFound
GoogleCloudStorageBlobIntegrationLiveTest.deleteObject:262->BaseBlobIntegrationTest.deleteObject:516->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302
» HttpResponse
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetIfMatch:346
» IllegalState
Tests run: 167, Failures: 5, Errors: 0, Skipped: 13
--------------------------------------------------------------------------------
RACKSPACE CLOUDFILES US (SWIFT)
Tests run: 143, Failures: 0, Errors: 0, Skipped: 12
--------------------------------------------------------------------------------
DREAMOBJECTS (S3)
Failed tests:
S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76
{location={scope=PROVIDER, id=s3,
description=https://objects-us-east-1.dream.io}, name=hello, type=BLOB,
uri=https://objects-us-east-1.dream.io/gaul-blobstore7/hello, userMetadata={},
eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Thu Oct 17 10:50:06 PDT
2019, size=46, container=gaul-blobstore7, contentMetadata=[cacheControl=null,
contentDisposition=null, contentEncoding=null, contentLanguage=null,
contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44,
contentType=application/unknown, expires=null], tier=STANDARD} expected object
to not be null
BucketsLiveTest.testBucketLogging:219->setupAclForBucketLoggingTarget:266 »
AWSResponse
BucketsLiveTest.testUpdateBucketACL:124 » AWSResponse request PUT
https://obje...
S3ClientLiveTest.testCopyIfModifiedSince:450 should have thrown
HttpResponseException
S3ClientLiveTest.testCopyIfUnmodifiedSince:477 should have thrown
HttpResponseException
S3ClientLiveTest.testCopyObjectWithSourceKeyRequiringEncoding:417 »
KeyNotFound
S3ClientLiveTest.testUpdateObjectACL:245 » AWSResponse request PUT
https://obj...
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfMatchNegative:1089
Expected HttpResponseException to be thrown
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfModifiedSinceNegative:1206
Expected HttpResponseException to be thrown
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfNoneMatchNegative:1146
Expected HttpResponseException to be thrown
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfUnmodifiedSinceNegative:1266
Expected HttpResponseException to be thrown
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetTwoRanges:441
expected [<apples><apple name="apple"></apple> </apples>] but found [<apple]
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutBlobTierArchive:773->BaseBlobIntegrationTest.testPutBlobTierHelper:803->BaseBlobIntegrationTest.checkTier:810
Expecting:
<STANDARD>
to be equal to:
<ARCHIVE>
but was not.
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutBlobTierArchiveMultipart:788->BaseBlobIntegrationTest.testPutBlobTierHelper:803->BaseBlobIntegrationTest.checkTier:810
Expecting:
<STANDARD>
to be equal to:
<ARCHIVE>
but was not.
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutBlobTierInfrequent:768->BaseBlobIntegrationTest.testPutBlobTierHelper:803->BaseBlobIntegrationTest.checkTier:810
Expecting:
<STANDARD>
to be equal to:
<INFREQUENT>
but was not.
S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutBlobTierInfrequentMultipart:783->BaseBlobIntegrationTest.testPutBlobTierHelper:803->BaseBlobIntegrationTest.checkTier:810
Expecting:
<STANDARD>
to be equal to:
<INFREQUENT>
but was not.
Tests run: 155, Failures: 16, Errors: 0, Skipped: 6