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: [email protected] With regards, Apache Git Services
