You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Gaul <ga...@apache.org> on 2021/09/04 13:53:29 UTC

[DISCUSS] Release Apache jclouds 2.4.0 RC1

This thread is for discussion of the first release candidate for Apache
jclouds 2.4.0.

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


Thank you.

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Release Apache jclouds 2.4.0 RC1

Posted by Andrew Gaul <ga...@apache.org>.
On Sat, Sep 04, 2021 at 10:53:29PM +0900, Andrew Gaul wrote:
> This thread is for discussion of the first release candidate for Apache
> jclouds 2.4.0.
> 
> 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
> 
> 
> Thank you.

Blobstore integration test results:

AWS-S3

Failed tests:
  PathBasedContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {name=hello, type=BLOB, uri=https://s3.amazonaws.com/gaul-blobstore27/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Sun Sep 05 10:51:13 JST 2021, size=46, container=gaul-blobstore27, 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-blobstore32.s3.amazonaws.com/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Sun Sep 05 10:51:30 JST 2021, size=46, container=gaul-blobstore32, 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:53->BaseBlobStoreIntegrationTest.assertConsistencyAware:260->BaseBlobStoreIntegrationTest.assertConsistencyAware:247 container {scope=REGION, id=us-east-2, description=us-east-2, parent=aws-s3, iso3166Codes=[US-OH]}/gaul-blobstore35 not found in list marker: null elements: [...]
  AWSS3ClientLiveTest.testV4SignatureOps:147 » HttpResponse Server rejected oper...
  AWSS3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime

Tests run: 166, Failures: 5, Errors: 0, Skipped: 9
--------------------------------------------------------------------------------
AZUREBLOB

Failed tests:
  AzureBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime
  AzureBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfNoneMatchNegative:1173
Expecting:
 <304>
to be equal to:
 <412>
but was not.
  AzureBlobClientLiveTest.testCopyBlobIfModifiedSince:473 » HttpResponse command...
  AzureBlobClientLiveTest.testCopyBlobIfNoneMatch:556 » HttpResponse command: PU...

Tests run: 142, Failures: 4, Errors: 0, Skipped: 12
--------------------------------------------------------------------------------
B2

Failed tests:
  B2ContainerIntegrationLiveTest.testSetContainerAccess:63->BaseContainerIntegrationTest.testSetContainerAccess:592 » HttpResponse
  B2ContainerLiveTest>BaseContainerLiveTest.testPublicAccess:58 » HttpResponse E...
  BucketApiLiveTest.testUpdateBucket:77 » HttpResponse Error parsing input: null...

Tests run: 130, Failures: 3, Errors: 0, Skipped: 28
--------------------------------------------------------------------------------
FILESYSTEM

Tests run: 112, Failures: 0, Errors: 0, Skipped: 10
--------------------------------------------------------------------------------
GCS

Failed tests:
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteMultipleObjects:579->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302 » HttpResponse
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobFail:1490 » ResourceNotFound
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobMetaFail:1501 » ResourceNotFound
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetIfMatch:368 » IllegalState
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime
  GoogleCloudStorageBlobIntegrationLiveTest.deleteObject:262->BaseBlobIntegrationTest.deleteObject:538->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302 » HttpResponse

Tests run: 171, Failures: 6, Errors: 0, Skipped: 12
--------------------------------------------------------------------------------
RACKSPACE (SWIFT)

Tests run: 145, Failures: 0, Errors: 0, Skipped: 12

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Release Apache jclouds 2.4.0 RC1

Posted by Andrew Gaul <ga...@apache.org>.
On Sat, Sep 04, 2021 at 10:53:29PM +0900, Andrew Gaul wrote:
> This thread is for discussion of the first release candidate for Apache
> jclouds 2.4.0.
> 
> 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
> 
> 
> Thank you.

This is mostly complete -- I encountered issues both deploying the site
and the javadoc.  @nacx could you take a look at this?

-- 
Andrew Gaul
http://gaul.org/