You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by nabarunnag <gi...@git.apache.org> on 2016/06/17 19:02:47 UTC

[GitHub] incubator-geode issue #168: GEODE-1557: Not logging BucketNotFoundException

Github user nabarunnag commented on the issue:

    https://github.com/apache/incubator-geode/pull/168
  
    
    I was just curious as to know why manager was asked to throw a BucketNotFoundException but in the verification we are checking that logger was never called with an error method containing any exception parameter. Why is it not checking just for BucketNotFoundException but rather all Exceptions.
    
    `verify(log, never()).error(anyString(), any(Exception.class));`
    @upthewaterspout 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---