Collection<Table> conflictTables = ConflictSetUtil.getAllTables(cs.getWritewriteconflicts());
assertFalse(conflictTables.isEmpty());
// First time we should be able to get through
LocalTransaction ts = new LocalTransaction(this.hstore_site);
ts.testInit(this.idManager.getNextUniqueTransactionId(), BASE_PARTITION, null, catalogContext.getPartitionSetSingleton(BASE_PARTITION), proc);
assertTrue(ts.isPredictSinglePartition());
this.addToQueue(ts);
LocalTransaction next = this.scheduler.next(this.dtxn, SpeculationType.SP2_REMOTE_AFTER);
assertNotNull(next);
assertEquals(ts, next);