Rusty Russell
|
0c532d80a7
More test fixes.
|
16 years ago |
Rusty Russell
|
ad35219dc2
tap: pass tests after ccanlint changes.
|
16 years ago |
Rusty Russell
|
687cde2a8c
Now we compile everything into the tmp dir.
|
16 years ago |
Rusty Russell
|
5b7e9d904a
ccan_depends: Fix up after tools changes.
|
16 years ago |
Rusty Russell
|
3612661714
ccanlint: only compile _info once; speeds tdb test from 18 to 16 seconds.
|
16 years ago |
Rusty Russell
|
165727526f
Use -O not -O3: reduces ccan/tdb test time from 24 to 18 seconds.
|
16 years ago |
Rusty Russell
|
156dfda864
ccanlint: don't use total_score to separate kinds of tests; we have subdirs
|
16 years ago |
Rusty Russell
|
4e0dfdadf2
ccanlint: compile and run tests.
|
16 years ago |
Rusty Russell
|
3f011090d8
tdb: no longer need seqnum store hack as we can read after prepare.
|
16 years ago |
Rusty Russell
|
088b2a9f4a
tdb: allow reads after prepare commit
|
16 years ago |
Rusty Russell
|
61088f5c75
Build tests for ccan.
|
16 years ago |
Rusty Russell
|
3460418c41
Don't run dependent tests if one fails.
|
16 years ago |
Rusty Russell
|
b0f7eb2976
Dependency checking (make sure .o files exist, prereq to building)
|
16 years ago |
Rusty Russell
|
5429995843
Fix grab_file on other than regular files.
|
16 years ago |
Rusty Russell
|
822bce8835
Idris' dependency work.
|
16 years ago |
Rusty Russell
|
e9cc05b230
tdb: fix ecode setting on nonblocking brlock
|
16 years ago |
Rusty Russell
|
30d253bec0
tdb: fix the unlock calls on the GLOBAL_LOCK from previous commit.
|
16 years ago |
Rusty Russell
|
be590188c1
tdb: benchmark target.
|
16 years ago |
Rusty Russell
|
089a515a2b
tdb: fix locking unlocking error introduced in cleanup
|
16 years ago |
Rusty Russell
|
b2c0ebc6f5
tdb: locking cleanup
|
16 years ago |
Rusty Russell
|
450a9a4c70
Don't rely on terrible dup2 trick, use proper infrastructure for external agent.
|
16 years ago |
Rusty Russell
|
91ddc0b7f9
Use _ convention everywhere: lock.c uses it already.
|
16 years ago |
Rusty Russell
|
aa83ea33d5
Increase max size: I actually hit this with a large file.
|
16 years ago |
Rusty Russell
|
ba91d9ad7d
Fix multiply by three error, stat to get initial size.
|
16 years ago |
Rusty Russell
|
e23f74c7fb
Handle pre-existing records, wipe_all and repack (ldb users.ldb trace)
|
16 years ago |
Rusty Russell
|
1bc7c43671
Port nested transaction allow from newer ctdb.
|
16 years ago |
Rusty Russell
|
23dbdf06c4
Don't overwrite tdbs with different version numbers.
|
16 years ago |
Rusty Russell
|
67aef98e2e
Make TDB 32 bit clean (not just 31 bit) for systems with 64 bit file offsets.
|
16 years ago |
Rusty Russell
|
a12a50f59c
New test for endianness.
|
16 years ago |
Rusty Russell
|
bcf7916c5d
Wean off TDB_ERRCODE.
|
16 years ago |