Sears Russell
|
f53a46e788
|
removed heisenbug
|
2006-06-13 22:47:38 +00:00 |
|
Sears Russell
|
014c1e3e75
|
removed derefereneced void*
|
2006-06-13 22:47:04 +00:00 |
|
Sears Russell
|
164f84a533
|
fixed compiler warning.
|
2006-06-12 22:51:14 +00:00 |
|
Sears Russell
|
cef9e2c4ce
|
Added settings for longer-running tests
|
2006-06-12 22:45:41 +00:00 |
|
Sears Russell
|
fd19036843
|
Added more complete hashtable test; fixed incorrect return value in LH_ENTRY(find)
|
2006-05-31 00:37:56 +00:00 |
|
Sears Russell
|
6138c77306
|
Documentation fix
|
2006-05-31 00:37:23 +00:00 |
|
Sears Russell
|
1d9f7b314f
|
Added -fno-strict-aliasing to the CFLAGS for the unit tests... This is
easier than making all this code -O2 clean... (The rest of lladd now
compiles without warning under -O2, so this seems like a good
tradeoff...)
|
2006-05-25 22:50:28 +00:00 |
|
Sears Russell
|
c45b384b3b
|
was passing unitialized pointer into pthread_join...
|
2006-05-25 22:49:19 +00:00 |
|
Sears Russell
|
fda416090b
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
|
Sears Russell
|
229a296f54
|
Disabled timeout; fixed compilation warning.
|
2006-05-24 23:25:01 +00:00 |
|
Sears Russell
|
03b5c12fdd
|
test file for linear hash
|
2006-05-24 02:26:54 +00:00 |
|
Sears Russell
|
2e06cafaa8
|
|
2006-05-24 02:19:04 +00:00 |
|
Sears Russell
|
4c168d8fb2
|
Fixed truncation bugs, and a minor test case bug.
|
2006-05-22 23:59:02 +00:00 |
|
Sears Russell
|
ef43d5e4ce
|
Implemented log truncation.
|
2006-04-14 03:45:26 +00:00 |
|
Sears Russell
|
c1d8906d28
|
removed memcpy() calls from inMemoryLog; added "const" qualifier to many LogEntry pointers.
|
2006-04-11 02:20:21 +00:00 |
|
Sears Russell
|
7decae7172
|
All tests that pass with LOG_TO_FILE now pass with LOG_TO_MEMORY, but LOG_TO_MEMORY is slow, and seems to be
killing malloc's performance for some reason. (linearHashNTA spends many seconds in free() between unit
tests...)
|
2006-04-08 00:05:09 +00:00 |
|
Sears Russell
|
d3d7f2c788
|
Implemented "LOG_TO_MEMORY", which mostly works (linear hash NTA goes into an infinite loop....)
|
2006-04-07 03:40:40 +00:00 |
|
Sears Russell
|
91381bffc2
|
Switched from mixture of int and lsn_t to lsn_t
|
2006-04-04 23:00:08 +00:00 |
|
Sears Russell
|
ced022d0fe
|
partial fixes
|
2006-03-28 20:15:31 +00:00 |
|
Sears Russell
|
0250ee4a0a
|
Intialization bug
|
2006-03-28 20:14:04 +00:00 |
|
Sears Russell
|
bb37db0857
|
Partial port to amd64.
|
2006-03-20 23:11:46 +00:00 |
|
Colleen M. Lewis
|
a579da0a58
|
Insert method added to check_bTree.c
|
2005-11-08 20:55:18 +00:00 |
|
Colleen M. Lewis
|
497790ca9b
|
Problem with FixedPageRecordSize shown in test file
|
2005-10-30 00:39:25 +00:00 |
|
Colleen M. Lewis
|
345f0cde78
|
Added the base functionality and test case for the BTree... just a hello world method. but it has the h, c and check files. -colleen ;)
|
2005-05-05 21:34:12 +00:00 |
|
Colleen M. Lewis
|
9fb39c14ce
|
added bTree.c
|
2005-05-05 21:26:40 +00:00 |
|
Sears Russell
|
ee9eb416ea
|
Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure)
|
2005-03-23 08:07:53 +00:00 |
|
Sears Russell
|
ef3c30b190
|
Benchmark updates.
|
2005-03-20 05:17:25 +00:00 |
|
Sears Russell
|
d8eb6c9aa7
|
Major benchmark update; log force merging.
|
2005-03-17 04:38:55 +00:00 |
|
Sears Russell
|
3812f36e6b
|
now spawns multipler cleaner threads, and checks both for duplicated log entries and dropped log entries.
|
2005-03-16 00:59:38 +00:00 |
|
Sears Russell
|
dffff067bb
|
multiplexer and fifo are now working. (also added removed some timeouts from tests that were timing out)
|
2005-03-15 05:30:57 +00:00 |
|
Sears Russell
|
ed9b978bda
|
Another commit on behalf of jimmy. (Fixing the build is hard!)
|
2005-03-15 01:57:43 +00:00 |
|
Sears Russell
|
f5ff26b233
|
Added commit() call to inner while loop of linearHashNTAWriteRequests.c
|
2005-03-14 20:04:44 +00:00 |
|
Sears Russell
|
6547cadfc6
|
Test case for multiplexer (may not work..)
|
2005-03-14 08:49:35 +00:00 |
|
Sears Russell
|
7971df14bf
|
Bugfixes (compiles now)
|
2005-03-14 08:47:13 +00:00 |
|
Sears Russell
|
34bfccb439
|
Portability fixes for FreeBSD and Mac OS. Check broke compatibility w/
old versions; added #ifdef so that both versions of check will work.
|
2005-03-13 02:24:01 +00:00 |
|
Sears Russell
|
f28df29736
|
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness.
|
2005-03-10 03:19:04 +00:00 |
|
Sears Russell
|
935de3aeb5
|
minor changes
|
2005-03-09 03:24:36 +00:00 |
|
Sears Russell
|
a3112ee81c
|
Fixes for freebsd.
|
2005-03-02 05:47:38 +00:00 |
|
Sears Russell
|
9471b92e1b
|
forgot to add this earlier...
|
2005-03-02 05:14:59 +00:00 |
|
Sears Russell
|
3e5f7aea8a
|
Bugfixes for OASYS.
|
2005-03-01 07:32:02 +00:00 |
|
Sears Russell
|
3b88909c5f
|
Fixed compensations test; FreeBSD fix (?) for makefile.
|
2005-02-28 00:00:17 +00:00 |
|
Sears Russell
|
890a7385d0
|
Fixeds cht test / finished error checking within LLADD, but haven't tested error handling yet.
|
2005-02-24 21:12:36 +00:00 |
|
Sears Russell
|
41fb85eef0
|
More error handling...
|
2005-02-22 03:10:54 +00:00 |
|
Sears Russell
|
84a20a3c96
|
Started adding error handling code to LLADD.
|
2005-02-16 04:11:14 +00:00 |
|
Sears Russell
|
fdf5344ec3
|
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 |
|
Sears Russell
|
2ac1302062
|
Recovery now supports the lock manager. (And vice-versa ;)
|
2005-02-10 21:56:32 +00:00 |
|
Sears Russell
|
b8a67cbfb2
|
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 |
|
Sears Russell
|
6f022cc577
|
Some random code cleanups, and implemented a naive lock manager. (Still need to tie it into LLADD...)
|
2005-02-09 02:53:14 +00:00 |
|
Gilad Arnold
|
815942ed4c
|
- some further API improvements (?).
|
2005-02-08 23:56:47 +00:00 |
|
Gilad Arnold
|
b2b0e8a9d4
|
- test_list2.c now issues a secondary init/shutdown sequence, just to make
sure that repeated init/shutdown works correctly.
|
2005-02-08 08:05:24 +00:00 |
|