summaryrefslogtreecommitdiff
path: root/ctdb/tests
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-19/+30
* ctdb-tests: Add tests for PID with srvidAmitay Isaacs2017-09-212-1/+45
* 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-213-2/+15
* 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-tools: Drop monitoring-related ctdb commandsMartin Schwenke2017-09-143-73/+0
* ctdb-tests: Drop unused monitoring status supportMartin Schwenke2017-09-141-4/+0
* ctdb-tests: Add 31.clamd eventscript unit testsMartin Schwenke2017-09-124-0/+50
* ctdb-tests: Enhance ss stub to check for listening Unix domain socketsMartin Schwenke2017-09-121-36/+141
* ctdb-tests: Fix ctdb test binary name in path testingAmitay Isaacs2017-09-121-1/+1
* ctdb-tests: Wait up to 30 seconds for process to be registered in ctdbdMartin Schwenke2017-09-121-2/+2
* ctdb-tests: Fix ctdb process-exist testsAmitay Isaacs2017-09-092-18/+28
* 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-014-49/+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: Improve releaseip connection resetting testsMartin Schwenke2017-09-014-8/+12
* ctdb-tests: Add tests to ensure reset of server end of connectionsMartin Schwenke2017-09-012-0/+188
* ctdb-tests: Drop onnode test README file and buggy onnode exampleMartin Schwenke2017-09-012-412/+0
* ctdb-tests: Shutdown local daemons unconditionallyAmitay Isaacs2017-09-012-4/+2
* ctdb-tests: Drop unused test templateAmitay Isaacs2017-08-301-19/+0
* ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs2017-08-302-50/+5
* ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs2017-08-302-43/+6
* ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs2017-08-301-3/+7
* ctdb-protocol: Fix marshalling for ctdb_event_reply_dataAmitay Isaacs2017-08-302-34/+5
* ctdb-protocol: Fix marshalling for ctdb_event_reply_script_listAmitay Isaacs2017-08-301-1/+2
* ctdb-protocol: Fix marshaling for ctdb_event_reply_statusAmitay Isaacs2017-08-301-1/+1
* ctdb-protocol: Fix marshalling for ctdb_event_request_dataAmitay Isaacs2017-08-302-34/+16
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_disableAmitay Isaacs2017-08-301-1/+1
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_enableAmitay Isaacs2017-08-301-1/+1
* ctdb-protocol: Fix marshalling for ctdb_event_request_statusAmitay Isaacs2017-08-301-1/+2
* ctdb-protocol: Fix marshalling for ctdb_event_request_runAmitay Isaacs2017-08-301-1/+1
* ctdb-tests: Add test templates for eventd protocol elementsAmitay Isaacs2017-08-301-0/+59
* ctdb-tests: Remove unused #definesAmitay Isaacs2017-08-301-7/+0
* ctdb-protocol: Add marshalling for ctdb_req_keepaliveAmitay Isaacs2017-08-305-0/+95
* ctdb-protocol: Fix marshalling for ctdb_req_message_dataAmitay Isaacs2017-08-303-41/+87
* ctdb-protocol: Fix marshalling for ctdb_req_messageAmitay Isaacs2017-08-305-0/+123
* ctdb-protocol: Fix marshalling for ctdb_message_dataAmitay Isaacs2017-08-304-0/+196
* ctdb-protocol: Fix marshalling for ctdb_reply_controlAmitay Isaacs2017-08-303-57/+115