summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/run_event_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-18ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke1-1/+1
2021-05-18ctdb: Wait for SIGCHLD if script timed outVolker Lendecke1-0/+22
2021-05-18ctdb: Introduce a helper variable in run_event_test.cVolker Lendecke1-2/+2
2021-05-18ctdb: Call run_event_recv() in a callback functionVolker Lendecke1-8/+16
2021-05-18ctdb: fix typosVolker Lendecke1-2/+2
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-2/+4
2019-06-05ctdb-tests: Avoid potentially uninitialised dataMartin Schwenke1-2/+2
2018-07-28ctdb-common: Use script abstraction in run_eventMartin Schwenke1-0/+1
2018-06-05ctdb-common: Add support to run events through failureAmitay Isaacs1-1/+7
2018-06-05ctdb-common: Rename run_event_script_list to run_event_listAmitay Isaacs1-1/+1
2018-06-05ctdb-common: Do not initialize run_proc inside run_eventAmitay Isaacs1-1/+8
2017-05-30ctdb-common: Add run_event abstractionAmitay Isaacs1-0/+205