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 Phillips <ap...@qrmedia.com> on 2014/10/12 21:13:29 UTC

[DISCUSS] Release Apache jclouds 1.8.1 RC1

This thread is for discussion of the first release candidate for  
Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,  
questions you may have about the RC, etc. Thank you. Regards ap

Re: [DISCUSS] Release Apache jclouds 1.8.1 RC1

Posted by Andrew Gaul <ga...@apache.org>.
On Sun, Oct 12, 2014 at 08:13:29PM +0100, Andrew Phillips wrote:
> This thread is for discussion of the first release candidate for  
> Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,  
> questions you may have about the RC, etc. Thank you. Regards ap

Integration test results:

--------------------------------------------------------------------------------
ATMOS ONLINE

Tests run: 46, Failures: 0, Errors: 0, Skipped: 5
--------------------------------------------------------------------------------
AWS-S3

Failed tests:
  AWSS3BlobSignerLiveTest>BaseBlobSignerLiveTest.testSignGetUrlWithTime:92 » Authorization
  AWSS3BlobSignerLiveTest>BaseBlobSignerLiveTest.testSignPutUrlWithTime:140 » Authorization
  AWSS3BlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteObject:430->BaseBlobIntegrationTest.assertContainerEmptyDeleting:437 » ContainerNotFound
  AWSS3ClientLiveTest>S3ClientLiveTest.testCopyIfUnmodifiedSince:398 » AWSResponse

Tests run: 97, Failures: 4, Errors: 0, Skipped: 1
--------------------------------------------------------------------------------
AZUREBLOB

Tests run: 71, Failures: 0, Errors: 0, Skipped: 5
--------------------------------------------------------------------------------
CLOUDFILES-US

Failed tests: 
  CloudFilesUSClientLiveTest>CloudFilesClientLiveTest.testCDNOperations:80 expected [true] but found [false]
  CloudFilesUSBlobIntegrationLiveTest>CloudFilesBlobIntegrationLiveTest.testChunksAreDeletedWhenMultipartBlobIsDeleted:55 expected [0] but found [1]
  CloudFilesUSContainerIntegrationLiveTest>BaseContainerIntegrationTest.testDirectory:206 [[type=BLOB, id=null, name=directory/4, location=null, uri=https://storage101.dfw1.clouddrive.com/v1/MossoCloudFS_e2d63902-0d79-417c-90d8-5603fac57bbb/gaul-blobstore8/directory/4, userMetadata={}], {type=RELATIVE_PATH, name=directory/directory, uri=https://storage101.dfw1.clouddrive.com/v1/MossoCloudFS_e2d63902-0d79-417c-90d8-5603fac57bbb/gaul-blobstore8/directory/directory, userMetadata={}}]
  CloudFilesUSContainerIntegrationLiveTest>SwiftContainerIntegrationLiveTest.testCreateDeleteContainerMetadata:77 » IllegalState
  CloudFilesUSBlobSignerLiveTest>BaseBlobSignerLiveTest.testSignGetUrlWithTime:92 » Authorization
  CloudFilesUSBlobSignerLiveTest>BaseBlobSignerLiveTest.testSignPutUrlWithTime:140 » Authorization

Tests run: 73, Failures: 6, Errors: 0, Skipped: 3
--------------------------------------------------------------------------------
GLACIER

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
--------------------------------------------------------------------------------
GOOGLE CLOUD STORAGE

Failed tests:
  GCSContainerIntegrationLiveTest>BaseContextLiveTest.setupContext:74->BaseViewLiveTest.initializeContext:37->BaseBlobStoreIntegrationTest.setupModules:115->BaseContextLiveTest.getLoggingModule:87 » ServiceConfiguration
  BucketAccessControlsApiLiveTest>BaseApiLiveTest.setup:92->BaseApiLiveTest.initialize:97->BaseApiLiveTest.setupModules:101->BaseApiLiveTest.getLoggingModule:105 » ServiceConfiguration

Tests run: 119, Failures: 2, Errors: 0, Skipped: 108
--------------------------------------------------------------------------------
RACKSPACE-CLOUDFILES-US

Failed tests:
  CloudFilesUSBlobSignerLiveTest>BaseBlobSignerLiveTest.testSignGetUrlWithTime:92 » Authorization
  CloudFilesUSBlobSignerLiveTest>BaseBlobSignerLiveTest.testSignPutUrlWithTime:140 » Authorization
  CloudFilesUSBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutObject:489 []

Tests run: 55, Failures: 3, Errors: 0, Skipped: 6

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

Re: [DISCUSS] Release Apache jclouds 1.8.1 RC1

Posted by Diwaker Gupta <di...@maginatics.com>.
Hey everyone,

Would be great if we can get some feedback on
https://issues.apache.org/jira/browse/JCLOUDS-753 in light of the
latest SSLv3 attack [1]

cheers,
Diwaker

[1] http://googleonlinesecurity.blogspot.com/2014/10/this-poodle-bites-exploiting-ssl-30.html

On Sun, Oct 12, 2014 at 12:13 PM, Andrew Phillips <ap...@qrmedia.com> wrote:
> This thread is for discussion of the first release candidate for
> Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc. Thank you. Regards ap



-- 
http://maginatics.com

Re: [DISCUSS] Release Apache jclouds 1.8.1 RC1

Posted by Ignasi Barrera <na...@apache.org>.
Here are more live test results:

chef: ests run: 63, Failures: 1, Errors: 0, Skipped: 27
enterprisechef: Tests run: 47, Failures: 0, Errors: 0, Skipped: 0
digitalocean: Tests run: 57, Failures: 5, Errors: 0, Skipped: 13
cloudsigma2-lvs: Tests run: 50, Failures: 1, Errors: 0, Skipped: 0
elastichosts-lon-b: Tests run: 150, Failures: 1, Errors: 0, Skipped: 9

The failed and skipped tests in Chef are in the deprecated
TransientChef, which has already been removed from master. It is
legacy code that has already been removed, so can be perfectly
ignored.
The DigitalOcean tests fail because the images used in the live tests
don't exist in all regions. I've fixed that here [1] and all live
tests pass. It is just a test config but the provider works well.
The failed test in ElasticHosts is due to a test configuration too.
The provider name is "elastichosts-lon-b", and the dashes cause the
default group naming convention to not assign the group name properly.
This is something that can be changed in the tests, as they use the
provider id for the group name. Again, is just test configuration and
the provider works well.


[1] https://github.com/jclouds/jclouds-labs/pull/93



On 16 October 2014 22:34, Shrinand Javadekar <sh...@maginatics.com> wrote:
> On Mon, Oct 13, 2014 at 10:11 AM, Shrinand Javadekar
> <sh...@maginatics.com> wrote:
>> I'll run live tests against various blobstore and send feedback, logs, etc.
>
> Unfortunately, I have several other higher priority tasks to care of
> and won't be able to run these tests this week.
>
> -Shri
>
>>
>> On Sun, Oct 12, 2014 at 12:13 PM, Andrew Phillips <ap...@qrmedia.com> wrote:
>>> This thread is for discussion of the first release candidate for
>>> Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,
>>> questions you may have about the RC, etc. Thank you. Regards ap

Re: [DISCUSS] Release Apache jclouds 1.8.1 RC1

Posted by Shrinand Javadekar <sh...@maginatics.com>.
On Mon, Oct 13, 2014 at 10:11 AM, Shrinand Javadekar
<sh...@maginatics.com> wrote:
> I'll run live tests against various blobstore and send feedback, logs, etc.

Unfortunately, I have several other higher priority tasks to care of
and won't be able to run these tests this week.

-Shri

>
> On Sun, Oct 12, 2014 at 12:13 PM, Andrew Phillips <ap...@qrmedia.com> wrote:
>> This thread is for discussion of the first release candidate for
>> Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,
>> questions you may have about the RC, etc. Thank you. Regards ap

Re: [DISCUSS] Release Apache jclouds 1.8.1 RC1

Posted by Shrinand Javadekar <sh...@maginatics.com>.
I'll run live tests against various blobstore and send feedback, logs, etc.

On Sun, Oct 12, 2014 at 12:13 PM, Andrew Phillips <ap...@qrmedia.com> wrote:
> This thread is for discussion of the first release candidate for
> Apache jclouds 1.8.1. Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc. Thank you. Regards ap