protected void setUp() throws Exception {
super.setUp(ProjectType.TM1);
this.addPartitions(NUM_PARTITIONS);
PartitionEstimator p_estimator = new PartitionEstimator(catalogContext);
this.executor = new MockPartitionExecutor(LOCAL_PARTITION, catalogContext, p_estimator);
assertNotNull(this.executor);
// Setup a BatchPlanner for ourselves here
Procedure catalog_proc = this.getProcedure(TARGET_PROCEDURE);
assertNotNull(catalog_proc);