1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/ctdb/tests/src
Martin Schwenke d246b1dadf ctdb-tests: Use path_socket() in dummy client
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2018-11-06 07:16:14 +01:00
..
cluster_wait.c ctdb: Fix CID 1435740 Unchecked return value 2018-05-24 00:43:51 +02:00
cluster_wait.h ctdb-tests: Common code to wait for synchronization across cluster 2016-07-22 06:50:21 +02:00
cmdline_test.c ctdb-common: Add command line processing abstraction 2018-05-12 12:06:28 +02:00
comm_client_test.c ctdb-tests: Try to connect few times before failing in comm_client_test 2015-11-11 03:21:22 +01:00
comm_server_test.c ctdb-tests: Re-use async accept wrapper from async_req 2016-06-08 10:33:19 +02:00
comm_test.c ctdb-tests: Add more comm tests 2017-02-16 05:26:08 +01:00
conf_test.c ctdb-common: Correctly handle conf->reload() 2018-06-29 15:12:37 +02:00
ctdb_packet_parse.c ctdb-tests: Teach strace packet parser about non-octal escapes 2018-07-02 11:30:29 +02:00
ctdb_takeover_tests.c ctdb-daemon: Drop the noiphost "node flags" bitmap 2018-07-11 11:48:38 +02:00
db_hash_test.c ctdb-tests: Fix CID 1358704 use of "=" where "==" may have been intended 2016-04-26 19:21:24 +02:00
dummy_client.c ctdb-tests: Use path_socket() in dummy client 2018-11-06 07:16:14 +01:00
errcode.c ctdb-tests: Add errno matching utility 2018-07-28 03:50:10 +02:00
event_script_test.c ctdb-common: Factor out basic script abstraction 2018-07-28 17:14:11 +02:00
fake_ctdbd.c ctdb-daemon: Stop inactive/disabled nodes from reporting available IPs 2018-07-11 11:48:38 +02:00
fetch_loop_key.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
fetch_loop.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
fetch_readonly_loop.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
fetch_readonly.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
fetch_ring.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
g_lock_loop.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
hash_count_test.c ctdb-common: Add hash_count abstraction 2017-04-05 04:47:23 +02:00
ipalloc_read_known_ips.c ctdb: Fix build on AIX 2018-07-02 08:51:21 +02:00
ipalloc_read_known_ips.h ctdb-tests: Factor out reading of known public IP addresses 2016-12-19 04:07:07 +01:00
line_test.c ctdb-common: Add line based I/O 2018-07-28 03:50:11 +02:00
lock_tdb.c ctdb-tests: Rename ctdb_lock_tdb to lock_tdb 2016-07-22 06:50:22 +02:00
message_ring.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
pidfile_test.c ctdb-common: Rename pidfile_create() -> pidfile_context_create() 2017-08-02 03:39:11 +02:00
pkt_read_test.c ctdb-tests: Re-use set_blocking instead of re-definition 2016-06-08 10:33:19 +02:00
pkt_write_test.c ctdb-tests: Re-use set_blocking instead of re-definition 2016-06-08 10:33:19 +02:00
porting_tests.c ctdb-tests: Porting tests should ignore unsupported features 2018-07-28 03:50:11 +02:00
protocol_basic_test.c ctdb-tests: Separate testing code for basic data types 2018-07-05 06:52:43 +02:00
protocol_common_basic.c ctdb-tests: Separate testing code for basic data types 2018-07-05 06:52:43 +02:00
protocol_common_basic.h ctdb-tests: Separate testing code for basic data types 2018-07-05 06:52:43 +02:00
protocol_common_ctdb.c ctdb-tests: Drop code for RECEIVE_RECORDS control 2018-10-08 02:46:21 +02:00
protocol_common_ctdb.h ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL 2017-10-10 11:45:19 +02:00
protocol_common.c ctdb-tests: Separate testing code for basic data types 2018-07-05 06:52:43 +02:00
protocol_common.h ctdb-tests: Separate testing code for basic data types 2018-07-05 06:52:43 +02:00
protocol_ctdb_compat_test.c ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL 2017-10-10 11:45:19 +02:00
protocol_ctdb_test.c ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL 2017-10-10 11:45:19 +02:00
protocol_types_compat_test.c ctdb-tests: Add compatibility test for ctdb protocol elements 2017-08-30 14:59:25 +02:00
protocol_types_test.c ctdb-protocol: Add marshalling for struct ctdb_pid_srvid 2017-09-21 08:53:26 +02:00
protocol_util_test.c ctdb-common: Add fd argument to ctdb_connection_list_read() 2018-07-28 03:50:11 +02:00
rb_test.c ctdb-tests: CID 1125635 Dereference null return value (NULL_RETURNS) 2016-09-08 06:57:21 +02:00
reqid_test.c ctdb-common: Add request id abstraction 2015-10-07 14:53:28 +02:00
run_event_test.c ctdb-common: Use script abstraction in run_event 2018-07-28 17:14:11 +02:00
run_proc_test.c ctdb-common: Update run_proc api to re-assign stdin 2017-05-30 03:58:06 +02:00
sigcode.c ctdb-tests: Add signal code matching utility 2018-07-28 03:50:10 +02:00
sock_daemon_test.c ctdb: close the correct pipe fd in a test 2018-07-10 20:31:13 +02:00
sock_io_test.c ctdb-tests: Add tests for generic socket I/O 2017-01-06 08:37:28 +01:00
srvid_test.c ctdb-common: Extend srvid_exists() check to support optional private_data 2017-09-21 08:53:26 +02:00
system_socket_test.c ctdb-tests: Fix CTDB -O3 --picky-developer build on CentOS 7 2018-09-07 17:26:18 +02:00
test_mutex_raw.c ctdb: Improve robust mutex test 2018-06-29 06:47:00 +02:00
test_options.c ctdb-tests: Use path_socket() in test client tools 2018-11-06 07:16:14 +01:00
test_options.h ctdb-tests: Add database type option for tests 2017-06-29 10:34:28 +02:00
transaction_loop.c ctdb-tests: Shut down transaction_loop clients more cleanly 2018-10-08 02:46:23 +02:00
tunnel_cmd.c ctdb-tests: Add interactive test for tunnels 2017-10-10 15:50:04 +02:00
tunnel_test.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
update_record_persistent.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00
update_record.c ctdb-tests: Avoid segfault by initializing logging 2018-07-04 23:56:42 +02:00