[
https://issues.apache.org/jira/browse/JCLOUDS-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14290990#comment-14290990
]
Bhathiya Supun commented on JCLOUDS-805:
----------------------------------------
[~gaul] I changed ~/.m2/settings.xml to add
<test.jclouds.googlecloud.project-name>YOUR-PROJECT-NUMBER</test.jclouds.googlecloud.project-name>
My setting.xml is ass follows
<properties>
<test.google-cloud-storage.identity>
[email protected]
</test.google-cloud-storage.identity>
<test.google-cloud-storage.credential>-----BEGIN RSA PRIVATE KEY-----
IMP+fAo74Yfr1LgIdb5eRJzjO816nYxP6x/sEP3UQAB6S2GEa94JOqjZvAxPfAEMaaNv126AFIk/9wSOYHW
fXsMYjfcLxKUCT62t8sCQQCo+sL5+V6BV0LWJCv7onGwUlnxXdbkXBHDOHo8/rbr
BgW/bJbMLidIwtGQ27duziVbtoMHpvfaAlWAjOF4Irt/
-----END RSA PRIVATE KEY-----</test.google-cloud-storage.credential>
<test.jclouds.googlecloud.project-name>12345678</test.jclouds.googlecloud.project-name>
</properties>
I'd edit the GCS README file
> Google Cloud Storage integration test failures
> ----------------------------------------------
>
> Key: JCLOUDS-805
> URL: https://issues.apache.org/jira/browse/JCLOUDS-805
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-blobstore
> Affects Versions: 1.9.0
> Reporter: Andrew Gaul
> Assignee: Bhathiya Supun
> Labels: google-cloud-storage
> Fix For: 1.9.0
>
> Attachments: testresults.txt
>
>
> {noformat}
> Failed tests:
>
> GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutByteSource:531->BaseBlobIntegrationTest.testPut:574
> » HttpResponse
>
> GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutIncorrectContentMD5:277
> null
>
> GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutInputStream:539->BaseBlobIntegrationTest.testPut:574
> » HttpResponse
>
> GoogleCloudStorageContainerIntegrationLiveTest>BaseContainerIntegrationTest.deleteContainerIfEmptyWithoutContents:372
> » ResourceNotFound
>
> GoogleCloudStorageContainerIntegrationLiveTest>BaseContainerIntegrationTest.testListContainerGetBlobSize:409
> expected [42] but found [null]
>
> GoogleCloudStorageContainerIntegrationLiveTest>BaseContainerIntegrationTest.testListMarkerAfterLastKey:88
> » HttpResponse
> ResumableUploadApiLiveTest.testResumableChunkedUpload:120 expected object
> to not be null
> ResumableUploadApiLiveTest.testResumableJpegUpload:83 expected object to
> not be null
> BucketApiLiveTest.testPatchBucket:192 » Authorization {
> "error": {
> "errors"...
> BucketApiLiveTest.testUpdateBucket:133 » Authorization {
> "error": {
> "errors...
> BucketApiLiveTest.testUpdateBucketWithOptions:146 » Authorization {
> "error": ...
> ObjectApiLiveTest.testSimpleJpegUpload:157->checkHashCodes:399 expected
> [8FdApr35Ql5P3B1cOAavYg==] but found [f05740a6bdf9425e4fdc1d5c3806af62]
> ObjectApiLiveTest.testUpdateObject:293 » Authorization {
> "error": {
> "errors...
> ObjectApiLiveTest.deleteBucket:425 » IllegalState {
> "error": {
> "errors": [
> ...
> Tests run: 100, Failures: 14, Errors: 0, Skipped: 17
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)