Github user andreaturli commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/304#discussion_r19949779
--- Diff:
locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java
---
@@ -151,7 +150,7 @@ protected void doTestRenewAuth(boolean applyFix) throws
IOException {
try {
assertContainerFound();
Assert.fail("should fail as long as "+RetryOnRenew.class+"
is not working");
- } catch (Exception e) {
+ } catch (AssertionError e) {
--- End diff --
@aledsage @ahgittin
Looks like there is a fix on that file
https://issues.apache.org/jira/browse/JCLOUDS-589
could it be a solution also for
https://issues.apache.org/jira/browse/JCLOUDS-615
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---