@Test
public void testMutationsWhileBackfilling() throws Exception {
Configuration conf = getTestUtil().getConfiguration();
HTablePool pool = new HTablePool(conf, Integer.MAX_VALUE);
IdService idService = new HBaseIdService(conf, IDSERVICE_LOOKUP_TABLE,
IDSERVICE_COUNTER_TABLE, CF, ArrayUtils.EMPTY_BYTE_ARRAY);
DbHarness<LongOp> hbaseDbHarness = new HBaseDbHarness<LongOp>(pool,
ArrayUtils.EMPTY_BYTE_ARRAY, CUBE_DATA_TABLE, CF, LongOp.DESERIALIZER,
idService, CommitType.INCREMENT);