*
* @throws Exception
*/
@Test
public void testScalableAppendByVerifyingValues() throws Exception {
txnScheduler.runTask(new TestAbstractKernelRunnable() {
public void run() throws Exception {
ScalableList<String> list = makeList();
assertEquals("A", list.get(0));
assertEquals("D", list.get(3));