summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Increment RSN always in ctdb_update_record_persistent testAmitay Isaacs2012-05-281-2/+2
* tests: Fix flakey behavior of ctdb_fetch testAmitay Isaacs2012-05-281-0/+17
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-032-0/+2
* ctdb_test: Remove faked wrappers for tevent functions in stub testingAmitay Isaacs2012-04-132-17/+0
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-1315-15/+0
* Test: add test tool and test that UPDATE_RECORD works on persistent databasesRonnie Sahlberg2012-03-121-0/+136
* server: move the code for the update_record control to its own fileMichael Adam2012-02-211-0/+1
* READONLY: Update the fetch-readonly-once test tool to use CTDB_SOCKET if setRonnie Sahlberg2012-02-131-2/+6
* Load platform dependent objs instead of Linux oneMathieu Parent2012-02-112-6/+0
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+17
* TESTS: ctdb_fetch needs to allow tevent nestingRonnie Sahlberg2012-02-061-0/+1
* Tests: fix usage message in ctdb_tool_libctdbMartin Schwenke2012-02-061-1/+1
* Tests: libctdb stubs should fail when current node disconnectedMartin Schwenke2012-02-061-0/+46
* Tests - add a version of the ctdb tool that compiles against libctdb stubsMartin Schwenke2012-02-061-0/+49
* Tests - allow tools/ctdb.c:main() to be usedMartin Schwenke2012-02-061-0/+30