I'm working on a Glacier proxy/emulator and jclouds seems like a good use case for it (so that one could more quickly run the integration tests, for example). There two changes that I've had to make: 1. the tests shouldn't assume an AWS endpoint (otherwise they won't pass with glacier proxy) 2. the `initial-wait` setting -- the time to wait before checking a job completed -- is a system property
After these changes, I was able to pass all of the jclouds tests with the glacier proxy. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs-aws/pull/69 -- Commit Summary -- * Do not assume an endpoint in tests. * Add a system setting for Glacier's initial wait. -- File Changes -- M glacier/src/main/java/org/jclouds/glacier/blobstore/strategy/internal/BasePollingStrategy.java (3) M glacier/src/test/java/org/jclouds/glacier/GlacierClientLiveTest.java (8) -- Patch Links -- https://github.com/jclouds/jclouds-labs-aws/pull/69.patch https://github.com/jclouds/jclouds-labs-aws/pull/69.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/69
