Fix test failures caused by change to StorageTestBase.setUp().
The base setUp() initializes _storage to None. A subclass that extends it must call the superclass method before initializing _storage. Also, mixin MTStorage, since this storage out to be thread-safe.
Showing
Please register or sign in to comment