{
final long startTime = _date(2012, 7, 9);
StorableStore store = createStore("db-delete-small", startTime);
_verifyCounts(0L, store);
final StorableKey KEY1 = storableKey("data/entry/1");
final StorableKey KEY2 = storableKey("data/entry/2");
final byte[] SMALL_DATA = "Some data that we want to store -- small, gets inlined...".getBytes("UTF-8");
final byte[] CUSTOM_METADATA_IN = new byte[] { 1, 2, 3 };
assertNull(store.findEntry(StoreOperationSource.REQUEST, null, KEY1));
assertNull(store.findEntry(StoreOperationSource.REQUEST, null, KEY2));