Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-25 | s3-build: try to fix QNX build ("delay" is defined in lib headers). | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2009-11-24 | s3:dbwrap_torture: use timeval_current/timeval_elapsed instead of ↵ | Stefan Metzmacher | 1 | -16/+3 | |
start_timer/end_timer metze | |||||
2009-11-23 | s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrap | Michael Adam | 1 | -0/+350 | |
This can be used to also test tdb transactions on clustered installations throught ctdb. The test is modeled after the ctdb_transaction.c test program from the ctdb source code. It runs transactions in a tight loop on a test database called "transactions.tdb" (by default), increasing a counter in each iteration. In a clustered environment, a counter is maintained for each node. Michael |