andrewgaul requested changes on this pull request.
> }
+ @Test(expectedExceptions = { IllegalStateException.class })
+ public void getBlobTestFailure() {
+ blobStore.containerExists(CONTAINER_TEMP);
What are these tests supposed to do and why are they in the parallel class?
When I run `CloudFilesUSBlobIntegrationParallelLiveTest.getBlobTestFailure` it
fails with and without your changes to `createContainerInLocation`.
--
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/pull/1104#pullrequestreview-39569917