summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/sock_daemon_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke1-2/+98
2018-07-10ctdb: close the correct pipe fd in a testRalph Boehme1-1/+1
2018-07-05ctdb-common: Add client pid to connect callback in sock_daemonAmitay Isaacs1-0/+1
2018-01-22ctdb-tests: Avoid race condition in sock_daemon test 5Amitay Isaacs1-9/+17
2017-11-24ctdb-tests: Make sure child processes are waited on after terminationAmitay Isaacs1-2/+11
2017-11-21ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs1-0/+40
2017-11-21ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs1-0/+110
2017-11-21ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs1-0/+45
2017-11-21ctdb-tests: Create sock_daemon_funcs per testAmitay Isaacs1-30/+40
2017-11-21ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs1-20/+124
2017-11-21ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs1-12/+42
2017-11-08ctdb-tests: Fix some harmless CIDsMartin Schwenke1-8/+6
2017-11-07ctdb-tests: Add sock_daemon test for stale socket handlingMartin Schwenke1-0/+131
2017-11-07ctdb-common: Fix stale socket removalAmitay Isaacs1-8/+44
2017-08-29ctdb-tests: Add sock daemon test for do_forkMartin Schwenke1-0/+129
2017-08-29ctdb-tests: Add sock daemon test for create_sessionMartin Schwenke1-0/+113
2017-08-29ctdb-common: Allow sock_daemon to daemonise during startupMartin Schwenke1-7/+7
2017-08-29ctdb-tests: Add a sock_daemon test for PID file contentionMartin Schwenke1-0/+79
2017-08-29ctdb-common: Move PID file creation to sock_daemon_run_send()Amitay Isaacs1-13/+12
2017-08-29ctdb-tests: Add improved PID file check to test2Martin Schwenke1-0/+13
2017-08-29ctdb-tests: Add comments describing sock daemon testsMartin Schwenke1-0/+37
2017-01-16ctdb-common: Add wait_send/wait_recv to sock_daemon_funcsAmitay Isaacs1-38/+137
2017-01-06ctdb-tests: Add another test for sock_daemonAmitay Isaacs1-7/+268
2016-12-18ctdb-common: Add sock_daemon abstractionAmitay Isaacs1-0/+632