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 [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2615 ] This message was relayed via gitbox.apache.org for [email protected]
