Fixing storage Module
Traced test execution to find the cause of still existing failures
The problem is RouterBackend.
- So, just FS2Backend is sufficient for fs2 tests.
Traced test execution for RouterBackend, some brute force strategy, to fix the failures in there.
Problem is indexing.IndexingBackendMixin which publishes the item on self.backend.create_item(u'itemname'). This results into the creation of item for the backend and test failures.