jclouds should issue the requests to create all of the containers in the container pool before sleeping. The patch modifies the awaitConsistency method to be cognizant of whether the container pool has been initialized or not. If the pool has not been initialized, the method returns immediately and does not sleep. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/789 -- Commit Summary -- * JCLOUDS-931: Sleep only after creating containers. -- File Changes -- M blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseBlobStoreIntegrationTest.java (10) -- Patch Links -- https://github.com/jclouds/jclouds/pull/789.patch https://github.com/jclouds/jclouds/pull/789.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/789
