ctdb-protocol: Fix marshalling for ctdb_reply_call
[metze/samba/wip.git] / ctdb / tests /
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_call
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_call
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_header
2017-08-30 Amitay Isaacsctdb-tests: Add compatibility test for ctdb protocol...
2017-08-30 Amitay Isaacsctdb-tests: Add test templates for ctdb protocol elements
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_g_lock_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_g_lock
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_server_id
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_disable_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_srvid_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_election_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_db_statistics
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_key_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_statistics_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip_info
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_iface_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_iface
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_notify_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_ban_state
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_script_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_script
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_map
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_and_flags
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_uptime
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_transdb
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_addr_info
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tickle_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tunable_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_var_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_flag_change
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tunable
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_connection
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_sock_addr
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_all_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_start_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_all
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_start
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_buffer
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_ltdb_header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_pulldb_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_pulldb
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_dbid_map
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_dbid
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_vnn_map
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_statistics
2017-08-30 Amitay Isaacsctdb-tests: Add compatibility test for protocol data...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_latency_counter
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for tdb_data with size
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for tdb_data
2017-08-30 Amitay Isaacsctdb-protocol: Add padding data type to handle structur...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for struct timeval
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for pid_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string with length
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for fixed size char...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for bool
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for double
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint64_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint32_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for int32_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint16_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint8_t
2017-08-30 Amitay Isaacsctdb-tests: Add test templates for various data types
2017-08-30 Amitay Isaacsctdb-tests: Reorganize protocol tests
2017-08-30 Amitay Isaacsctdb-protocol: Separate marshalling for basic data...
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-common: Allow sock_daemon to daemonise during...
2017-08-29 Martin Schwenkectdb-tests: Add a sock_daemon test for PID file contention
2017-08-29 Amitay Isaacsctdb-common: Move PID file creation to sock_daemon_run_...
2017-08-29 Martin Schwenkectdb-tests: Add improved PID file check to test2
2017-08-29 Martin Schwenkectdb-tests: Add comments describing sock daemon tests
2017-08-25 Amitay Isaacsctdb-tests: Add a test to check databases are attached...
2017-08-25 Amitay Isaacsctdb-tests: Add functions to start/stop/restart a singl...
2017-08-25 Amitay Isaacsctdb-tests: Add functions to start/stop/restart ctdb...
2017-08-14 Amitay Isaacsctdb-protocol: Drop unused protocol data structures
2017-08-14 Amitay Isaacsctdb-protocol: Drop marshalling code for CHECK_SRVIDS...
2017-08-14 Martin Schwenkectdb-tests: Indentation fixups
2017-08-14 Martin Schwenkectdb-tests: Fix logic to handle PATH additions for...
2017-08-14 Martin Schwenkectdb-tests: Move die() function to top of script
2017-08-14 Martin Schwenkectdb-tests: run_tests.sh sets evironment variable CTDB_...
2017-08-10 Martin Schwenkectdb-tests: Add a big no-op LCP2 IP takeover test
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-07-23 Martin Schwenkectdb-tests: Add event script startup/shutdown tests
2017-07-12 Ralph Boehmectdb: enable mutexes for volatile TDBs by default
2017-06-29 Amitay Isaacsctdb-tests: Add transaction/recovery test for replicate...
2017-06-29 Amitay Isaacsctdb-tests: Generalize transaction_loop test
2017-06-29 Amitay Isaacsctdb-tests: Support replicated db in tool tests
2017-06-29 Amitay Isaacsctdb-tests: Add database type option for tests
2017-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
2017-06-29 Amitay Isaacsctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTA...
2017-06-29 Amitay Isaacsctdb-tests: Fix control reply data for DB_ATTACH_PERSIS...
2017-06-26 Amitay Isaacsctdb-protocol: Add protocol marshalling for control...
2017-06-19 Amitay Isaacsctdb-tests: Fix function names in protocol test
2017-06-13 Martin Schwenkectdb-scripts: Compact server-end TCP connection killing...
2017-06-13 Martin Schwenkectdb-tests: Add more NFS eventscript tests for call...
2017-05-30 Amitay Isaacsctdb-common: Add run_event abstraction
next