allKvs.addAll(p2.getFamilyMap().get(family));
allKvs.addAll(p1.getFamilyMap().get(family));
// setup the verifier for the data we expect to write
// both puts should be put into a single batch
final ColumnReference familyRef =
new ColumnReference(TestEndToEndCoveredColumnsIndexBuilder.family, ColumnReference.ALL_QUALIFIERS);
VerifyingIndexCodec codec = state.codec;
// no previous state in the table
codec.verifiers.add(new ListMatchingVerifier("cleanup state 1", Collections
.<KeyValue> emptyList(), familyRef));
codec.verifiers.add(new ListMatchingVerifier("put state 1", p1.getFamilyMap().get(family),