summaryrefslogtreecommitdiff
path: root/ctdb/tests/src
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Drop code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-091-20/+0
* ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs2018-07-101-0/+2
* ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs2018-07-1011-2/+32
* ctdb-tests: Switch fake_ctdbd to use ctdb_get_peer_pid()Martin Schwenke2018-07-101-8/+2
* ctdb: Fix build on AIXAmitay Isaacs2018-07-102-5/+5
* ctdb-tests: Avoid race condition in sock_daemon test 5Amitay Isaacs2018-02-121-9/+17
* ctdb-tests: Make sure child processes are waited on after terminationAmitay Isaacs2017-11-241-2/+11
* ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs2017-11-211-0/+40
* ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs2017-11-211-0/+110
* ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs2017-11-211-0/+45
* ctdb-tests: Create sock_daemon_funcs per testAmitay Isaacs2017-11-211-30/+40
* ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs2017-11-211-20/+124
* ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs2017-11-211-12/+42
* ctdb-tests: Fix some harmless CIDsMartin Schwenke2017-11-081-8/+6
* ctdb-tests: Add sock_daemon test for stale socket handlingMartin Schwenke2017-11-071-0/+131
* ctdb-common: Fix stale socket removalAmitay Isaacs2017-11-071-8/+44
* ctdb-tests: Have fake daemon log when it parses public IPsMartin Schwenke2017-11-071-1/+11
* ctdb-tests: Check an unchecked return valueMartin Schwenke2017-10-161-2/+8
* ctdb-test: Fix CID 1419118 (Error handling issues)Martin Schwenke2017-10-161-1/+5
* ctdb-tests: Strengthen some testsMartin Schwenke2017-10-161-3/+3
* ctdb-tests: Add interactive test for tunnelsAmitay Isaacs2017-10-101-0/+199
* ctdb-tests: Add test for tunnelsAmitay Isaacs2017-10-101-0/+477
* ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs2017-10-104-0/+109
* ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs2017-10-102-1/+27
* ctdb-tests: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-052-7/+16
* ctdb-tests: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-051-1/+1
* ctdb-tests: Add support for multiple ctdb connections in dummy_clientAmitay Isaacs2017-09-221-7/+25
* ctdb-tests: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-19/+30
* ctdb-tests: Implement control CHECK_PID_SRVID in fake daemonAmitay Isaacs2017-09-211-3/+44
* ctdb-tests: Reimplement message handlers using srvid abstractionAmitay Isaacs2017-09-211-31/+19
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-09-212-1/+14
* ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2017-09-213-0/+19
* ctdb-common: Extend srvid_exists() check to support optional private_dataAmitay Isaacs2017-09-211-2/+10
* ctdb-protocol: Add ctdb_connection_list utilitiesMartin Schwenke2017-09-191-0/+152
* ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke2017-09-193-0/+35
* ctdb-protocol: Add ctdb_connection utilitiesMartin Schwenke2017-09-191-0/+84
* ctdb-protocol: Add ctdb_sock_addr_from_string()Martin Schwenke2017-09-191-23/+41
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-193-19/+33
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-192-1/+2
* ctdb-tests: Drop implementation of monitor controlsMartin Schwenke2017-09-141-69/+0
* ctdb-tests: Add a dummy ctdb client for testingAmitay Isaacs2017-09-091-0/+148
* ctdb-tests: Fix the implementation of process-exists in fake daemonAmitay Isaacs2017-09-091-2/+79
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-013-48/+0
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-012-4/+5
* ctdb-protocol: Add a generic packet headerAmitay Isaacs2017-09-013-0/+22
* ctdb-common: Parse IPv4-mapped IPv6 addresses into IPv4 addressesMartin Schwenke2017-09-011-0/+1
* ctdb-tests: Drop unused test templateAmitay Isaacs2017-08-301-19/+0
* ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs2017-08-301-41/+4
* ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs2017-08-301-41/+5
* ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs2017-08-301-3/+7