You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/09/21 15:53:26 UTC

[GitHub] david-streamlio commented on issue #2615: Azure offloader

david-streamlio commented on issue #2615: Azure offloader
URL: https://github.com/apache/incubator-pulsar/pull/2615#issuecomment-423582999
 
 
   I am in the process of updating the unit tests, as NONE of them actually used the constructor method that will be used in production.  I thought this would be a say change, but it turns out to be causing issues with the Mocks that wrap the Blobstore we are writing too.
   
   `BlobStore spiedBlobStore = mock(BlobStore.class, delegatesTo(blobStore));`
   
   it appears these mocks don't get invoked, resulting in test failures

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services