1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/ctdb/tests/src
Martin Schwenke 15a6489c28 ctdb_daemon: Implement controls DISABLE_NODE/ENABLE_NODE
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14784
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2021-09-09 01:46:49 +00:00
..
cluster_mutex_test.c lib: relicense smb_strtoul(l) under LGPLv3 2020-08-03 22:21:02 +00:00
cluster_wait.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
cluster_wait.h ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
cmdline_test.c ctdb-tests: Add tests for cmdline_add() api 2019-11-14 12:03:46 +00:00
comm_client_test.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
comm_server_test.c lib: Make accept_recv() return the listening socket 2021-01-22 19:54:38 +00:00
comm_test.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
conf_test.c ctdb-tests: Fix signed/unsigned comparisons by casting 2019-07-05 05:03:23 +00:00
ctdb_io_test.c ctdb-tests: Fix signed/unsigned comparisons by casting 2019-07-05 05:03:23 +00:00
ctdb_packet_parse.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
ctdb_takeover_tests.c debug: Use debuglevel_(get|set) function 2018-11-08 11:03:11 +01:00
db_hash_test.c ctdb: Fix format in db_hash_test 2019-05-07 17:31:23 +00:00
db_test_tool.c lib: relicense smb_strtoul(l) under LGPLv3 2020-08-03 22:21:02 +00:00
dummy_client.c debug: Use debuglevel_(get|set) function 2018-11-08 11:03:11 +01:00
errcode.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
event_script_test.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
fake_ctdbd.c ctdb_daemon: Implement controls DISABLE_NODE/ENABLE_NODE 2021-09-09 01:46:49 +00: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: Update fetch_ring to take database and key on command line 2020-05-22 06:41:45 +00: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-tests: Fix signed/unsigned comparisons by casting 2019-07-05 05:03:23 +00: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: Fix signed/unsigned comparisons by casting 2019-07-05 05:03:23 +00: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: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
protocol_common_basic.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00: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-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODE 2021-09-09 01:46:49 +00: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-protocol: Add marshalling for struct ctdb_echo_data 2020-04-28 09:08:39 +00:00
protocol_common.h ctdb-protocol: Add marshalling for struct ctdb_echo_data 2020-04-28 09:08:39 +00:00
protocol_ctdb_compat_test.c ctdb-tests: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00:00
protocol_ctdb_test.c ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODE 2021-09-09 01:46:49 +00:00
protocol_types_compat_test.c ctdb-tests: Avoid warning about NULL dereference 2019-07-05 05:03:23 +00:00
protocol_types_test.c ctdb-protocol: Add marshalling for struct ctdb_echo_data 2020-04-28 09:08:39 +00:00
protocol_util_test.c ctdb-tests: Add some testing for IPv4-mapped IPv6 address parsing 2019-03-15 05:17:13 +00: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-tests: Fix signed/unsigned comparison by using constant 2019-06-05 10:25:50 +00:00
run_event_test.c ctdb: Fix a crash in run_proc_signal_handler() 2021-05-18 10:42:32 +00: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: Fix signed/unsigned comparisons by declaring as unsigned 2019-07-05 05:03:23 +00: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: Don't compare an unsigned value with -1 2019-07-05 05:03:23 +00: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: Use built-in hexdump() in system socket tests 2020-03-10 09:17:12 +00:00
test_mutex_raw.c ctdb: Improve robust mutex test 2018-06-29 06:47:00 +02:00
test_options.c ctdb: Use C99 initializer for poptOption in test_options 2019-01-28 10:29:12 +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