this.addPartitions(NUM_PARTITIONS);
this.hstore_site = new MockHStoreSite(0, catalogContext, HStoreConf.singleton());
this.catalog_proc = this.getProcedure(UpdateLocation.class);
this.ts0 = new LocalTransaction(this.hstore_site);
this.ts0.testInit(NEXT_TXN_ID++, BASE_PARTITION, null, catalogContext.getAllPartitionIds(), catalog_proc);
this.ts1 = new LocalTransaction(this.hstore_site);
this.ts1.testInit(NEXT_TXN_ID++, BASE_PARTITION, null, new PartitionSet(BASE_PARTITION), catalog_proc);
// Initialize some messages that we can use
this.utilMsg = new UtilityWorkMessage();
this.startMsg = new StartTxnMessage(ts1);