1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/ctdb/tests/src
Volker Lendecke ca01643c92 ctdb: Fix CID 1435740 Unchecked return value
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2018-05-24 00:43:51 +02: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: Add config file parsing code 2018-05-12 12:06:28 +02:00
ctdb_packet_parse.c ctdb-tests: Add a utility to parse ctdb packets 2016-03-17 13:56:41 +01:00
ctdb_takeover_tests.c ctdb-protocol: Optionally print port for address printing functions 2017-09-19 13:30:26 +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: Add support for multiple ctdb connections in dummy_client 2017-09-22 16:59:06 +02:00
fake_ctdbd.c ctdb-tests: Add debug messages for unimplemented functions 2018-03-27 04:27:24 +02:00
fetch_loop_key.c ctdb-tests: Add torture test for fetch functions 2016-07-22 06:50:22 +02:00
fetch_loop.c ctdb-tests: Fix CID 1364526 (Argument cannot be negative) 2016-07-28 05:00:16 +02:00
fetch_readonly_loop.c ctdb-tests: Fix CID 1364525 (Argument cannot be negative) 2016-07-28 05:00:16 +02:00
fetch_readonly.c ctdb-tests: Replace ctdb_fetch_readonly_once with fetch_readonly using new client API 2016-07-22 06:50:21 +02:00
fetch_ring.c ctdb-tests: Clean up and rename simple fetch_ring test 2016-08-08 08:17:32 +02:00
g_lock_loop.c ctdb-tests: Fix CID 1364523 (Argument cannot be negative) 2016-07-28 05:00:15 +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-tests: Replace parse_ip() -> ctdb_sock_addr_from_string() 2017-10-05 05:19: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
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: Clean up and rename simple message_ring test 2016-08-08 08:17:32 +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-daemon: Remove unused code cmdline.[ch] 2016-11-25 04:19:23 +01:00
protocol_basic_test.c ctdb-protocol: Add padding data type to handle structure padding 2017-08-30 14:59:22 +02:00
protocol_common_ctdb.c ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL 2017-10-10 11:45:19 +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_event.c ctdb-protocol: Drop struct ctdb_event_header 2017-09-01 08:52:07 +02:00
protocol_common_event.h ctdb-protocol: Drop struct ctdb_event_header 2017-09-01 08:52:07 +02:00
protocol_common.c ctdb-protocol: Add marshalling for struct ctdb_pid_srvid 2017-09-21 08:53:26 +02:00
protocol_common.h ctdb-protocol: Add marshalling for struct ctdb_pid_srvid 2017-09-21 08:53:26 +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_event_test.c ctdb-protocol: Drop struct ctdb_event_header 2017-09-01 08:52:07 +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-tests: Strengthen some tests 2017-10-16 05:28:19 +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: Add run_event abstraction 2017-05-30 03:58:06 +02:00
run_proc_test.c ctdb-common: Update run_proc api to re-assign stdin 2017-05-30 03:58:06 +02:00
sock_daemon_test.c ctdb-tests: Avoid race condition in sock_daemon test 5 2018-01-22 06:24:21 +01: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
test_mutex_raw.c ctdb-tests: Use replace headers instead of system headers 2017-01-31 11:57:01 +01:00
test_options.c ctdb-tests: Add database type option for tests 2017-06-29 10:34:28 +02: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: Generalize transaction_loop test 2017-06-29 10:34:28 +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: Add test for tunnels 2017-10-10 11:45:19 +02:00
update_record_persistent.c ctdb-tests: Replace ctdb_update_record_persistent with update_record_persistent 2016-07-22 06:50:22 +02:00
update_record.c ctdb-tests: Replace ctdb_update_record with update_record using new client API 2016-07-22 06:50:22 +02:00