protected DataStore createDataStore(Properties props) throws Exception {
DataStore store = new DataStoreProfileProducer(
new CachingDataStore(props, systemRegistry, txnProxy),
DummyProfileCoordinator.getCollector());
DummyProfileCoordinator.startProfiling();
store.ready();
return store;
}
/* -- Tests -- */