summaryrefslogtreecommitdiff
path: root/ctdb/tests/src
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Clean up and rename simple fetch_ring testMartin Schwenke2016-08-101-1/+2
* ctdb-tests: Implement --interactive/-i option in fetch ringMartin Schwenke2016-08-101-3/+9
* ctdb-tests: Clean up and rename simple message_ring testMartin Schwenke2016-08-101-2/+3
* ctdb-tests: Implement --interactive/-i option in message_ringMartin Schwenke2016-08-101-5/+9
* ctdb-tests: Add --interactive/-i option to test options parsing codeMartin Schwenke2016-08-102-0/+4
* ctdb-tests: Pretend not to ignore return from fgets()Martin Schwenke2016-07-281-2/+7
* ctdb-tests: Removing sleep from porting_testsAmitay Isaacs2016-07-281-7/+4
* ctdb-tests: Fix valgrind unintialized errorAmitay Isaacs2016-07-281-1/+1
* ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs2016-07-281-40/+0
* ctdb-daemon: Use consistent naming for monitoring modeAmitay Isaacs2016-07-281-2/+2
* ctdb-tests: Fix CID 1364526 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364525 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364524 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364523 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364522 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364521 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Implement database related controls in fake_ctdbdMartin Schwenke2016-07-251-0/+404
* ctdb-tests: Implement MODIFY_FLAGS control in fake_ctdbdMartin Schwenke2016-07-251-0/+57
* ctdb-tests: Implement SET_BAN_STATE control in fake_ctdbdMartin Schwenke2016-07-251-0/+75
* ctdb-tests: Implement TAKEOVER_RUN message in fake_ctdbdMartin Schwenke2016-07-251-0/+32
* ctdb-tests: Implement STOP_NODE and CONTINUE_NODE controls in fake_ctdbdMartin Schwenke2016-07-251-0/+53
* ctdb-tests: Implement GET_RECLOCK_FILE control in fake_ctdbdMartin Schwenke2016-07-251-0/+71
* ctdb-tests: Add monitoring related controls in fake_ctdbdAmitay Isaacs2016-07-251-0/+68
* ctdb-tests: Implement SET_IFACE_LINK_STATE control in fake_ctdbdAmitay Isaacs2016-07-251-0/+71
* ctdb-tests: Implement controls related to tunables in fake_ctdbdAmitay Isaacs2016-07-251-0/+116
* ctdb-tests: Implement GET_RUNSTATE control in fake_ctdbdAmitay Isaacs2016-07-251-0/+24
* ctdb-tests: Implement GET_DEBUG and SET_DEBUG controls in fake_ctdbdAmitay Isaacs2016-07-251-0/+48
* ctdb-tests: Error on invalid destnode in fake_ctdbdMartin Schwenke2016-07-251-0/+18
* ctdb-tests: Have fake_ctdbd log request IDsMartin Schwenke2016-07-251-1/+2
* ctdb-protocol: Drop marshalling code for set/get_db_priorityAmitay Isaacs2016-07-252-48/+0
* ctdb-protocol: Drop marshalling code for THAW controlAmitay Isaacs2016-07-251-12/+0
* ctdb-tests: Add torture test for fetch functionsAmitay Isaacs2016-07-221-0/+214
* ctdb-tests: Remove unused tests codeAmitay Isaacs2016-07-225-935/+0
* ctdb-tests: Rename ctdb_porting_tests to porting_testsAmitay Isaacs2016-07-221-104/+61
* ctdb-tests: Rename ctdb_lock_tdb to lock_tdbAmitay Isaacs2016-07-222-42/+60
* ctdb-tests: Convert rb_test into a unit testAmitay Isaacs2016-07-221-95/+76
* ctdb-tests: Replace ctdb_update_record_persistent with update_record_persistentAmitay Isaacs2016-07-222-150/+215
* ctdb-tests: Replace ctdb_update_record with update_record using new client APIAmitay Isaacs2016-07-222-171/+233
* ctdb-tests: Replace ctdb_transaction with transaction_loop using new client APIAmitay Isaacs2016-07-222-312/+393
* ctdb-tests: Replace ctdb_fetch_readonly_loop with fetch_readonly_loop using n...Amitay Isaacs2016-07-222-157/+270
* ctdb-tests: Replace ctdb_fetch_readonly_once with fetch_readonly using new cl...Amitay Isaacs2016-07-222-129/+163
* ctdb-tests: Replace ctdb_fetch_one with fetch_loop using new client APIAmitay Isaacs2016-07-222-155/+286
* ctdb-tests: Replace ctdb_fetch with fetch_ring using new client APIAmitay Isaacs2016-07-222-312/+381
* ctdb-tests: Replace ctdb_bench with message_ring using new client APIAmitay Isaacs2016-07-222-292/+362
* ctdb-tests: Add torture test for g_lock functionsAmitay Isaacs2016-07-221-0/+271
* ctdb-tests: Common code to process commandline optionsAmitay Isaacs2016-07-222-0/+225
* ctdb-tests: Common code to wait for synchronization across clusterAmitay Isaacs2016-07-222-0/+361
* ctdb-tests: Link to ctdb-ipalloc instead of using ctdbd_test.cMartin Schwenke2016-07-042-91/+18
* ctdb-tests: Drop use of CTDB context from takeover testMartin Schwenke2016-07-041-36/+20
* ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke2016-07-041-3/+1