Project:
lixa
Code Location:
https://lixa.svn.sourceforge.net/svnroot/lixa/tests//tests
/
tx_3_4.at
AT_BANNER([TX: 3.4 Setting the Commit Return Point]) AT_SETUP([TX/3.4/0.0]) # The AP calls tx_set_commit_return( ) to enable or disable early return from # tx_commit( ). This call can be issued whether or not the AP is in # transaction mode. The setting remains in effect until overridden by another # call to tx_set_commit_return( ). AT_DATA([monkey1s.conf], [[# first monkey R.M. config xa_open/0 xa_start/0 xa_end/0 xa_commit/0 xa_close/0 ]]) AT_DATA([monkey1d.conf], [[# second monkey R.M. config xa_open/0 xa_close/0 ]]) AT_CHECK([export LIXA_PROFILE=CASE_PROF_0003 ; lixa_test_exec.sh reset recycle case0008 ], [0], [ignore], [ignore]) AT_CLEANUP
