You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2017/07/09 02:19:26 UTC

Re: [jclouds/jclouds] JIRA-1250 (#1104)

andrewgaul requested changes on this pull request.



>     }
 
+   @Test(expectedExceptions = { IllegalStateException.class })
+   public void getBlobTestFailure() {
+      blobStore.containerExists(CONTAINER_TEMP);

Sorry you still have not explained what this pull request does.  What does this test demonstrate and why is it in the parallel class instead of `RegionScopedBlobStoreContextLiveTest`?

-- 
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-48767798