summaryrefslogtreecommitdiff
path: root/ctdb/tests/src
Commit message (Expand)AuthorAgeFilesLines
* ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke2014-10-281-0/+2
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-063-5/+5
* ctdb-build: Tests don't include lib/util/*.c, link ctdb-util insteadMartin Schwenke2014-09-102-20/+0
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-104-4/+2
* ctdb-tests: Add missing declarations caused by #define magicMartin Schwenke2014-09-101-1/+30
* ctdb-tests: Mark some functions as staticMartin Schwenke2014-09-106-39/+46
* ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke2014-09-102-2/+0
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-211-1/+1
* ctdb-common: Separate system utilties that are ctdb independentAmitay Isaacs2014-06-122-0/+2
* ctdb-tools-ctdb: Make natgwlist and lvsmaster more resilientMartin Schwenke2014-05-291-0/+23
* ctdb-tools-ctdb: Drop disconnected nodes when filtering by capabilityMartin Schwenke2014-04-141-0/+9
* ctdb-tests: Do not mix bool and int data typesAmitay Isaacs2014-03-281-1/+1
* ctdb-tests: Use ctdb_fetch_lock instead of ctdb_fetch_lock_readonlyAmitay Isaacs2014-03-281-1/+1
* ctdb-tests: Add "ctdb listnodes" and "ctdb xpnn" stub testsMartin Schwenke2014-03-232-1/+43
* ctdb-tests: Support fake capabilities in CTDB tool stubMartin Schwenke2014-03-231-4/+20
* ctdb-tests: Coverity fixesAmitay Isaacs2013-11-191-8/+14
* Revert "tests: If transaction_start fails, try again"Amitay Isaacs2013-11-071-1/+1
* ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke2013-10-221-2/+0
* tests: If transaction_start fails, try againAmitay Isaacs2013-10-081-1/+1
* tests: Make sure test exits with zero status on successful completionAmitay Isaacs2013-10-081-2/+5
* tests: Re-enable transaction test codeAmitay Isaacs2013-10-041-3/+0
* tests/tool: Remove references in libctdb in file and function namesMartin Schwenke2013-10-044-46/+26
* tests/tool: Rework test programs so they no longer expect libctdbMartin Schwenke2013-10-044-285/+291
* tools/ctdb: Pass memory context for returning nodes in parse_nodestringAmitay Isaacs2013-10-041-1/+1
* tests: Do not use libctdb code in testsAmitay Isaacs2013-10-042-52/+22
* tests: Remove unused test program ctdb_fetch_lock_onceAmitay Isaacs2013-10-041-146/+0
* recoverd: Fix the implementation of CTDB_SRVID_REBALANCE_NODEMartin Schwenke2013-09-191-4/+7
* tests: Add a test program to hold a lock on a databaseAmitay Isaacs2013-08-011-0/+42
* Fixes for various issues found by CoveritySumit Bose2013-07-111-0/+5
* Tests: Correct the arguments to memsetAmitay Isaacs2013-07-111-1/+1
* tests: If connection to ctdb daemon fails, exitAmitay Isaacs2013-07-046-0/+18
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* tests: Do not use err() to support AIXAmitay Isaacs2013-05-291-4/+6
* tests: Include system/time.h to support building on AIXAmitay Isaacs2013-05-293-7/+2
* tests/takeover: Takeover tests can use up to 1024 and checks limitsMartin Schwenke2013-05-241-1/+13
* tests/takeover: Allow takeover runs with differing IP allocations per nodeMartin Schwenke2013-05-241-10/+47
* recoverd: Nodes can only takeover IPs if they are in runstate RUNNINGMartin Schwenke2013-05-241-1/+29
* recoverd: takeover_run_core() should not use modified node flagsMartin Schwenke2013-05-231-21/+24
* recoverd: Remove unused mask argument and initial mask calculationMartin Schwenke2013-05-071-9/+3
* recoverd: Remove unused mask argument from IP allocation functionsMartin Schwenke2013-05-071-3/+0
* recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabledMartin Schwenke2013-05-071-6/+5
* tests/takeover: Allow per-node tunable settingsMartin Schwenke2013-05-071-9/+47
* tests: Test portabilityMathieu Parent2013-01-221-0/+305
* recoverd: Move failback retry loop into basic_failback() and lcp2_failback()Martin Schwenke2013-01-081-6/+3
* tests/takeover: Support testing of NoIPTakeoverOnDisabledMartin Schwenke2013-01-081-0/+5
* tests/takeover: IP allocation now selected via $CTDB_IP_ALGORITHMMartin Schwenke2013-01-081-3/+12
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-201-1/+0
* ctdbd_test: Include ctdb_lock.c code for test stubsAmitay Isaacs2012-10-201-0/+1
* tests: libctdb stubs initial ctdb_getcapabilities() implementationMartin Schwenke2012-09-281-0/+7
* tests: libctdb stubs must copy pointers rather than just returning themMartin Schwenke2012-09-281-6/+25