t.start();
t.join(1000);
Throwable exception = exceptionHolder.get();
assertTrue("Expected IllegalStateException: " + exception,
exception instanceof IllegalStateException);
originalTxn.abort(new RuntimeException("abort"));
assertTrue(shutdownAction.waitForDone());
store = null;
}
/** Tests running the action after shutdown. */