> assertEquals(request.getFilters().size(), 0); > + Uninterruptibles.sleepUninterruptibly(timeout / 2, > TimeUnit.SECONDS);
Because of eventual consistency (I think) the blob is sometimes not available right away and fails the first time the request is used. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/671/files#r24274220
