stasis-aries-wal/test/lladd
2005-03-02 05:47:38 +00:00
..
check_blobRecovery.c Added support for gcov, and ran gprof. Shaved 10% off the runtime of check_page by optimizing rw.c 2004-10-04 05:24:12 +00:00
check_bufferManager.c Numerous lock manager fixes; more realistic test case for lock manager, added support for optional page-level locking.(Still need to report deadlocks back up to the caller.) 2005-02-10 03:51:09 +00:00
check_compensations.c Fixes for freebsd. 2005-03-02 05:47:38 +00:00
check_errorHandling.c forgot to add this earlier... 2005-03-02 05:14:59 +00:00
check_header.c Test case for lost header fix. 2004-12-06 01:24:04 +00:00
check_indirect.c Numerous lock manager fixes; more realistic test case for lock manager, added support for optional page-level locking.(Still need to report deadlocks back up to the caller.) 2005-02-10 03:51:09 +00:00
check_lht.c Initial revision 2004-06-24 21:10:31 +00:00
check_linearHash.c Fixes for freebsd. 2005-03-02 05:47:38 +00:00
check_linearHashNTA.c Bugfixes for OASYS. 2005-03-01 07:32:02 +00:00
check_linkedListNTA.c Fixed up some return values; tests now pass with assert disabled. 2005-02-08 01:13:57 +00:00
check_lockManager.c Fixed compensations test; FreeBSD fix (?) for makefile. 2005-02-28 00:00:17 +00:00
check_logEntry.c Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
check_logicalLinearHash.c Fixes for freebsd. 2005-03-02 05:47:38 +00:00
check_logWriter.c Added support for gcov, and ran gprof. Shaved 10% off the runtime of check_page by optimizing rw.c 2004-10-04 05:24:12 +00:00
check_operations.c Numerous lock manager fixes; more realistic test case for lock manager, added support for optional page-level locking.(Still need to report deadlocks back up to the caller.) 2005-02-10 03:51:09 +00:00
check_page.c Implemented 'compensations' for C. They're not proper compensations, but they're more flexible than pthread's mechanisms, as they allow the stack to be partially rolled up. (Although calling functions need to either check for errors and return manually, or wrap calls to error-producing callees in a begin_action{ }end_action block. 2005-02-14 02:49:59 +00:00
check_pageOperations.c Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
check_pageOrientedList.c Bugfixes for OASYS. 2005-03-01 07:32:02 +00:00
check_recovery.c Bugfixes for OASYS. 2005-03-01 07:32:02 +00:00
check_transactional2.c Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system. 2004-08-17 01:46:17 +00:00
Makefile.am Fixed compensations test; FreeBSD fix (?) for makefile. 2005-02-28 00:00:17 +00:00