Github user andreaturli commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/304#discussion_r19942482
  
    --- 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 --
    
    Sorry, you are right I completely misunderstood the logic here.
    
    Problem is that I'm not able to reproduce the error even putting the 
expiration time to 1 sec. More soon


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

Reply via email to