Hi, I run current failing test.It skiped GoogleCloudStorageBlobIntegrationLiveTest and gives java.io.FileNotFoundException.
Starting test testPutObjectStream(org.jclouds.googlecloudstorage.blobstore.integration.GoogleCloudStorageBlobIntegrationLiveTest) [TestNG] Test testPutObjectStream(org.jclouds.googlecloudstorage.blobstore.integration.GoogleCloudStorageBlobIntegrationLiveTest) skipped. Test suite progress: tests succeeded: 0, failed: 0, skipped: 1. Tests run: 5, Failures: 1, Errors: 0, Skipped: 4, Time elapsed: 0.861 sec <<< FAILURE! - in org.jclouds.googlecloudstorage.blobstore.integration.GoogleCloudStorageBlobIntegrationLiveTest Do i need to live test in google cloud storage to find this error?I do Live test using this command [1] mvn -Plive clean install -Dtest.trmk-vcloudexpress.identity=user@jclouds. apache.org -Dtest.trmk-vcloudexpress.endpoint=https:// services.vcloudexpress.terremark.com/api -Dtest.trmk-vcloudexpress.credential=12312412 And it give jclouds Google Cloud Storage provider .............. FAILURE I didnt use GCS before and didn't Live test jclouds projects.can you please tell me how to live test this project in GCS? Is there any debug method available for me to find this bug generating point?i am still searching that point according to previous mail guid lines. [1]-https://cwiki.apache.org/confluence/display/JCLOUDS/Testing Thanks! regards, Heshan jayasinghe On Tue, Sep 1, 2015 at 3:59 AM, Andrew Gaul <g...@apache.org> wrote: > You can reproduce the symptoms in JCLOUDS-885 by modifying > addContentMetadata and checkContentMetadata in > GoogleCloudStorageBlobIntegrationLiveTest.java. Note that jclouds has > abstracted both its implementation and tests so crawling through this > code might confuse you at first. You can run a currently failing test > via: > > mvn integration-test -pl google-cloud-storage -Plive \ > -Dtest.google-cloud-storage.identity="${JCLOUDS_IDENTITY}" \ > -Dtest.google-cloud-storage.credential="${JCLOUDS_CREDENTIAL}" > \ > -Dtest.blobstore.container-count=3 \ > > -Dtest=GoogleCloudStorageBlobIntegrationLiveTest#testPutObjectStream > > I have not looked at this in depth, but Google documents 503 Service > Unavailable as a request rate issue which does not make much sense: > > https://cloud.google.com/storage/docs/reference-status > > The actual error comes not from putBlob, but the subsequent getBlob, so > perhaps we need to modify GoogleCloudStorageErrorHandler to work around > some quirk? > > On Mon, Aug 31, 2015 at 03:46:29PM +0530, Heshan Jayasinghe wrote: > > Hi All, > > > > I'm contributing to the issue jclouds 885 [1].I am new to jclouds > > contribution and i am reading documentations and do all the things.Up to > > now I clone and setup jclouds labs google [2] project in IDEA developer > > environment.I am activated google cloud storage and going through their > > steps.Google cloud platform gives only 60days free trial. > > > > I think I need mentor in this point to find correct path because I'm new > to > > jclouds.I can find the way how to do Content-Encoding with gzip but i > need > > help from Jclouds to solve this issue. > > > > Could you please tell me the steps I should follow to contribute this > issue? > > > > > > [1]-https://issues.apache.org/jira/browse/JCLOUDS-885 > > [2]-https://github.com/jclouds/jclouds-labs-google > > > > Thank You! > > regards, > > Heshan Jayasinghe > > Undergraduate of university of moratuwa, > > -- > Andrew Gaul > http://gaul.org/ >