ctdb-tests: Move enabling of event scripts to setup_ctdb()
[vlendec/samba-autobuild/.git] / ctdb / tests / cunit /
2018-09-03 Martin Schwenkectdb-common: Process the whole config file even if...
2018-09-03 Martin Schwenkectdb-common: Avoid ENOENT for unknown conf options
2018-09-03 Martin Schwenkectdb-common: Log a message for unknown conf option
2018-09-03 Martin Schwenkectdb-common: Fix log message for conf option with unkno...
2018-08-30 Martin Schwenkectdb-tests: Add tests for TCP packet marshalling
2018-08-30 Martin Schwenkectdb-tests: Add tests for ARP and IPv6 NA marshalling
2018-08-30 Martin Schwenkectdb-tests: Add basic test to sanity check types in...
2018-08-24 Martin Schwenkectdb-tests: Add an extra conf loading test case
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-config: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-config: Change option "no realtime" option to...
2018-07-28 Martin Schwenkectdb-common: Factor out basic script abstraction
2018-07-28 Amitay Isaacsctdb-common: Add line based I/O
2018-07-28 Amitay Isaacsctdb-tests: Porting tests should ignore unsupported...
2018-07-28 Amitay Isaacsctdb-tests: Use sigcode to match signals
2018-07-28 Amitay Isaacsctdb-tests: Add ps output filter for freebsd
2018-07-28 Amitay Isaacsctdb-common: Switch to ETIMEDOUT from ETIME
2018-07-28 Martin Schwenkectdb-tests: Improve portability by not using mktemp...
2018-07-11 Martin Schwenkectdb-common: Add path support for datadir
2018-07-05 Amitay Isaacsctdb-protocol: Remove protocol for old event daemon
2018-07-05 Amitay Isaacsctdb-event: Add event daemon protocol
2018-07-02 Martin Schwenkectdb-common: Move ctdb_system_check_iface_exists()...
2018-06-29 Amitay Isaacsctdb-common: Correctly handle conf->reload()
2018-06-05 Martin Schwenkectdb-scripts: Event scripts must end with ".script...
2018-05-17 Martin Schwenkectdb-tools: Add legacy config options to config tool
2018-05-17 Martin Schwenkectdb-tools: Add database config options to config tool
2018-05-17 Martin Schwenkectdb-tools: Add cluster config options to config tool
2018-05-17 Amitay Isaacsctdb-tools: Add event daemon config options to config...
2018-05-12 Amitay Isaacsctdb-tools: Add logging config options to config tool
2018-05-12 Amitay Isaacsctdb-common: Add config options tool
2018-05-12 Amitay Isaacsctdb-common: Add config file parsing code
2018-05-12 Amitay Isaacsctdb-common: Add path tool
2018-05-12 Amitay Isaacsctdb-common: Add command line processing abstraction
2017-11-21 Amitay Isaacsctdb-common: Add async version of reconfigure in sock_d...
2017-11-21 Amitay Isaacsctdb-common: Add async version of startup in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Start listening to sockets only on success...
2017-11-21 Amitay Isaacsctdb-common: Start wait computation only after successf...
2017-11-21 Amitay Isaacsctdb-common: Return status from sock_daemon startup...
2017-11-07 Martin Schwenkectdb-tests: Add sock_daemon test for stale socket handling
2017-11-07 Amitay Isaacsctdb-common: Fix stale socket removal
2017-10-18 Amitay Isaacsctdb-tests: Add tests for event scripts with multiple...
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for tunnel...
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for control CHECK_PID_SRVID
2017-09-01 Amitay Isaacsctdb-protocol: Drop struct ctdb_event_header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling of ctdb_event_reply
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_reply_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_data
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_req_keepalive
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_control
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_control
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_control_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_control_data
2017-08-30 Amitay Isaacsctdb-tests: Add compatibility test for ctdb protocol...
2017-08-30 Amitay Isaacsctdb-tests: Add compatibility test for protocol data...
2017-08-30 Amitay Isaacsctdb-tests: Reorganize protocol tests
2017-08-29 Martin Schwenkectdb-tests: Add sock daemon test for do_fork
2017-08-29 Martin Schwenkectdb-tests: Add sock daemon test for create_session
2017-08-29 Martin Schwenkectdb-tests: Add a sock_daemon test for PID file contention
2017-06-29 Amitay Isaacsctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTA...
2017-06-26 Amitay Isaacsctdb-protocol: Add protocol marshalling for control...
2017-05-30 Amitay Isaacsctdb-common: Add run_event abstraction
2017-05-30 Amitay Isaacsctdb-common: Update run_proc api to re-assign stdin
2017-04-05 Amitay Isaacsctdb-common: Add hash_count abstraction
2017-02-16 Amitay Isaacsctdb-tests: Add more comm tests
2017-01-16 Amitay Isaacsctdb-common: Add wait_send/wait_recv to sock_daemon_funcs
2017-01-06 Amitay Isaacsctdb-tests: Add tests for generic socket I/O
2017-01-06 Amitay Isaacsctdb-tests: Add another test for sock_daemon
2016-12-18 Amitay Isaacsctdb-protocol: Add marshalling for eventd protocol
2016-12-18 Amitay Isaacsctdb-common: Add sock_daemon abstraction
2016-12-18 Amitay Isaacsctdb-common: Add run_proc abstraction
2016-12-16 Martin Schwenkectdb-tests: Add unit test for protocol utilities
2016-09-22 Amitay Isaacsctdb-common: Add routines to manage PID file
2016-08-17 Martin Schwenkectdb-tests: Update porting test to be more flexible...
2016-07-28 Martin Schwenkectdb-tests: Avoid portability issue in porting tests
2016-07-22 Amitay Isaacsctdb-tests: Rename ctdb_porting_tests to porting_tests
2016-07-22 Amitay Isaacsctdb-tests: Convert rb_test into a unit test
2016-04-23 Amitay Isaacsctdb-tests: Update tests to include new controls
2015-10-07 Amitay Isaacsctdb-protocol: Add controls for parallel DB recovery
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines
2015-10-07 Amitay Isaacsctdb-common: Add communication endpoint abstraction
2015-10-07 Amitay Isaacsctdb-common: Add packet write abstraction
2015-10-07 Amitay Isaacsctdb-common: Add packet read abstraction
2015-10-07 Amitay Isaacsctdb-common: Add request id abstraction
2015-10-07 Amitay Isaacsctdb-common: Add srvid abstraction
2015-10-07 Amitay Isaacsctdb-common: Add db_hash abstraction