Previously jclouds allocated the initial container pool as
$USERNAME-blobstore-1, 2, etc. and a different system for scratch
containers.  The former caused errors with azureblob during multiple
runs of integration tests since containers do not recycle immediately.
We now allocate all container names as jclouds-$USERNAME-$TIMESTAMP-1,
2, etc.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/805

-- Commit Summary --

  * Use unique yet deterministic container names

-- File Changes --

    M 
blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseBlobStoreIntegrationTest.java
 (9)
    M 
providers/azureblob/src/test/java/org/jclouds/azureblob/AzureBlobClientLiveTest.java
 (9)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/805.patch
https://github.com/jclouds/jclouds/pull/805.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/805

Reply via email to