32543255325632573258325932603261326232633264
ContextManager cm = contextFactory.getCurrentContextManager(); if (SanityManager.DEBUG) SanityManager.ASSERT(cm != null); cm.cleanupOnError(e); } } tc.commit(); REPORT("Ending t_016");
256257258259260261262263264265266
// if more runs are added here then you probably want to reset testRollback to // its initial value, or add the runs before the unlogged mode. } catch (StandardException se) { cm1.cleanupOnError(se); throw T_Fail.exceptionFail(se); } finally { contextService.resetCurrentContextManager(cm1); }
56155616561756185619562056215622562356245625
t_util.t_insertAtSlot(p3, 100, row); } catch (StandardException se) { REPORT("cleanup on error"); cm1.cleanupOnError(se); REPORT("done cleanup on error"); } tinternal = null; // tuser = t_util.t_startTransaction();
73817382738373847385738673877388738973907391
t.printStackTrace(System.err); if (cm1 != null) cm1.cleanupOnError(t); if (cm2 != null) cm2.cleanupOnError(t); // if (cpm != null) // cpm.cleanupOnError(t); } finally {
18341835183618371838183918401841184218431844
BaseMonitor.removeRuntimeProperties(properties), false); usProperties.setServiceBooted(); } if (cm != previousCM) cm.cleanupOnError(StandardException.closeException()); } catch (Throwable t) { StandardException se; // ensure that the severity will shutdown the service
18461847184818491850185118521853185418551856
se = (StandardException) t; else se = Monitor.exceptionStartingModule(t); if (cm != previousCM) { cm.cleanupOnError(se); } if (ts != null) { ts.shutdown(); synchronized (this) {
205206207208209210211212213214215
if (msg == null) msg = e.getClass().getName(); REPORT(msg); e.printStackTrace(out.getPrintWriter()); cm1.cleanupOnError(e); pass = false; } catch (Throwable t) {
217218219220221222223224225226227
if (msg == null) msg = t.getClass().getName(); REPORT(msg); t.printStackTrace(out.getPrintWriter()); cm1.cleanupOnError(t); pass = false; } finally { contextService.resetCurrentContextManager(cm1);
853854855856857858859860861862863
ContextManager cm = contextFactory.getCurrentContextManager(); if (SanityManager.DEBUG) SanityManager.ASSERT(cm != null); cm.cleanupOnError(e); // RESOLVE (mikem) - when split abort works come up with // a good sanity check here. // // index check - there should be no records:
32593260326132623263326432653266326732683269