summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/src
Commit message (Expand)AuthorAgeFilesLines
...
* tests: fix segfault in randrec test when connection to daemon fails.Michael Adam2011-03-091-0/+5
* Add a new test tool that fetch locks a record and then blocks until it receivesRonnie Sahlberg2011-01-241-0/+120
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-189-9/+9
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-022-3/+3
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-022-3/+3
* Merge commit 'rusty/libctdb2'Ronnie Sahlberg2010-05-251-1/+1
|\
| * libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* | tests:ctdb_bench: make send_start_messages() static - eliminates compile warningMichael Adam2010-05-111-1/+1
* | tests: eliminate a floating point exception by requiring -n option to ctdb_benchMichael Adam2010-05-111-0/+5
|/
* Merge branch 'trans3'Ronnie Sahlberg2009-12-151-0/+3
|\
| * tests: temporarily disable the transaction test tool.Michael Adam2009-12-121-0/+3
* | add a new test tool that just locks and releases the same record over and overRonnie Sahlberg2009-12-151-0/+140
* | ctdb_fetch requires the number of nodes being specified.Ronnie Sahlberg2009-12-151-0/+5
|/
* tests: remove the no_trans mode from ctdb_transaction.Michael Adam2009-12-091-58/+34
* tests:ctdb_transaction: print an extra counters when a commit failsMichael Adam2009-12-041-0/+1
* tests: turn printfs into DEBUG statements in the ctdb_transaction testMichael Adam2009-12-041-18/+18
* Revert "dont exit on a commit failure"Michael Adam2009-10-301-1/+1
* dont exit on a commit failureRonnie Sahlberg2009-10-011-1/+1
* Revert "Revert "allow the transaction commit to fail""Ronnie Sahlberg2009-10-011-1/+1
* Revert "dont check if commit failed, we do allow the commit to fail sometimes"Michael Adam2009-09-211-1/+1
* Revert "allow the transaction commit to fail"Michael Adam2009-09-211-1/+1
* Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg2009-09-152-8/+19
* try to restart statd everytime it fails, not just the first timeRonnie Sahlberg2009-09-152-19/+8
* allow the transaction commit to failRonnie Sahlberg2009-09-091-1/+1
* Merge commit 'martins/master'Ronnie Sahlberg2009-09-091-7/+18
|\
| * Test suite: ctdb_persistent.c needs to use transactions.Martin Schwenke2009-08-141-7/+18
* | dont check if commit failed, we do allow the commit to fail sometimesRonnie Sahlberg2009-09-091-1/+1
|/
* From Michael Adam:Ronnie Sahlberg2009-07-291-34/+95
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-1/+1
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-1/+9
* In 51_ctdb_bench.sh now allows a 2% difference between positive andMartin Schwenke2009-05-121-1/+1
* Avoid floating point divide by 0 in ctdb_fetch.c's bench_fetch().Martin Schwenke2009-05-121-1/+1
* Use ctdb_fetch_lock rather than ctdb_call.Martin Schwenke2009-05-121-26/+9
* Bug fixes for ctdb_bench from Ronnie.Martin Schwenke2008-12-181-33/+52
* Move tests/*.c to tests/src/*.c and adjust Makefile.in accordingly.Martin Schwenke2008-11-219-0/+1871