summaryrefslogtreecommitdiff
path: root/ctdb/tests/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-protocol: Add controls for parallel DB recoveryAmitay Isaacs1-1/+43
2015-10-07ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs2-0/+3589
2015-10-07ctdb-common: Add communication endpoint abstractionAmitay Isaacs3-0/+830
2015-10-07ctdb-common: Add packet write abstractionAmitay Isaacs1-0/+370
2015-10-07ctdb-common: Add packet read abstractionAmitay Isaacs1-0/+242
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs2-0/+2
2015-10-07ctdb-common: Add request id abstractionAmitay Isaacs1-0/+72
2015-10-07ctdb-daemon: whitespace fixAmitay Isaacs2-2/+2
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs1-2/+2
2015-10-07ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs5-58/+102
2015-10-07ctdb-common: Add srvid abstractionAmitay Isaacs1-0/+78
2015-10-07ctdb-common: Add db_hash abstractionAmitay Isaacs1-0/+102
2015-10-07ctdb-daemon: whitespace fixAmitay Isaacs1-1/+1
2015-10-07ctdb-daemon: Remove ctdb from traverse_callbackAmitay Isaacs1-1/+1
2015-10-07ctdb-build: Do not split ctdb-system subsystemAmitay Isaacs2-2/+0
2015-08-07ctdb-system: Remove unused system specific callsAmitay Isaacs1-18/+0
2015-05-10ctdb-tests: Test stub for ctdb_get_capabilities()Martin Schwenke2-0/+17
2015-05-10ctdb-daemon: Remove unused capabilities field from struct ctdb_nodeMartin Schwenke1-2/+17
2015-04-07ctdb-tests: Use ctdb_node_list_to_map() in tool stubsMartin Schwenke1-46/+3
2015-04-07ctdb-recoverd: New message ID CTDB_SRVID_DISABLE_RECOVERIESMartin Schwenke1-0/+1
2015-03-26ctdb: Fix CID 1125615 Copy into fixed size bufferVolker Lendecke1-1/+6
2015-03-26ctdb: Fix CID 1125634 Out-of-bounds writeVolker Lendecke1-1/+1
2015-03-23ctdb-tests: Test stub for ctrl_getnodesfile()Martin Schwenke2-0/+37
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke1-17/+3
2015-03-23ctdb-tests: Fix error return for ctdb_client_async_control_stub()Martin Schwenke1-1/+1
2015-03-23ctdb-tests: Add asserts to ensure that pointers are setMartin Schwenke1-0/+43
2015-03-16ctdb-tests: Add stub for ctdb_client_async_control()Martin Schwenke2-0/+68
2015-03-16ctdb-tests: Add stub for ctdb_ctrl_reload_nodes_file()Martin Schwenke2-0/+12
2015-03-16ctdb-tests: Add stubs for some CTDB client messaging functionsMartin Schwenke2-0/+133
2015-03-16ctdb-tests: Test stub fixesMartin Schwenke1-0/+4
2015-03-16ctdb-tests: Handle deleted nodes when loading fake nodemapMartin Schwenke1-1/+6
2015-03-16ctdb-tests: Support CTDB_DEBUGLEVEL in tool testsMartin Schwenke1-0/+7
2015-03-16ctdb-tests: Add ctdb_ctrl_setrecmode() stubMartin Schwenke2-0/+19
2014-10-28ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke1-0/+2
2014-10-06ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke3-5/+5
2014-09-10ctdb-build: Tests don't include lib/util/*.c, link ctdb-util insteadMartin Schwenke2-20/+0
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke4-4/+2
2014-09-10ctdb-tests: Add missing declarations caused by #define magicMartin Schwenke1-1/+30
2014-09-10ctdb-tests: Mark some functions as staticMartin Schwenke6-39/+46
2014-09-10ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke2-2/+0
2014-08-21ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke1-1/+1
2014-06-12ctdb-common: Separate system utilties that are ctdb independentAmitay Isaacs2-0/+2
2014-05-29ctdb-tools-ctdb: Make natgwlist and lvsmaster more resilientMartin Schwenke1-0/+23
2014-04-14ctdb-tools-ctdb: Drop disconnected nodes when filtering by capabilityMartin Schwenke1-0/+9
2014-03-28ctdb-tests: Do not mix bool and int data typesAmitay Isaacs1-1/+1
2014-03-28ctdb-tests: Use ctdb_fetch_lock instead of ctdb_fetch_lock_readonlyAmitay Isaacs1-1/+1
2014-03-23ctdb-tests: Add "ctdb listnodes" and "ctdb xpnn" stub testsMartin Schwenke2-1/+43
2014-03-23ctdb-tests: Support fake capabilities in CTDB tool stubMartin Schwenke1-4/+20
2013-11-19ctdb-tests: Coverity fixesAmitay Isaacs1-8/+14
2013-11-07Revert "tests: If transaction_start fails, try again"Amitay Isaacs1-1/+1