summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/protocol_ctdb_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ctdb-protocol: Add new control CTDB_CONTROL_START_IPREALLOCATEVinit Agnihotri1-1/+1
2024-02-19ctdb-protocol: Add missing push support for new controlsMartin Schwenke1-1/+1
2022-02-14ctdb-tests: Iterate protocol tests internallyMartin Schwenke1-20/+12
2022-01-17ctdb-protocol: Add CTDB_SRVID_LEADERMartin Schwenke1-0/+1
2021-09-09ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke1-1/+1
2020-04-28ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke1-1/+1
2019-10-24ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke1-1/+1
2019-10-24ctdb-tests: Add marshalling tests for new controlAmitay Isaacs1-1/+1
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2017-10-10ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs1-0/+3
2017-10-10ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs1-1/+1
2017-09-21ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs1-1/+1
2017-08-30ctdb-tests: Remove unused #definesAmitay Isaacs1-7/+0
2017-08-30ctdb-protocol: Add marshalling for ctdb_req_keepaliveAmitay Isaacs1-0/+6
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_message_dataAmitay Isaacs1-40/+3
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_messageAmitay Isaacs1-0/+5
2017-08-30ctdb-protocol: Fix marshalling for ctdb_message_dataAmitay Isaacs1-0/+27
2017-08-30ctdb-protocol: Fix marshalling for ctdb_reply_controlAmitay Isaacs1-48/+5
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_controlAmitay Isaacs1-47/+5
2017-08-30ctdb-protocol: Fix marshalling for ctdb_reply_control_dataAmitay Isaacs1-31/+4
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_control_dataAmitay Isaacs1-30/+6
2017-08-30ctdb-protocol: Fix marshalling for ctdb_reply_dmasterAmitay Isaacs1-40/+3
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_dmasterAmitay Isaacs1-40/+3
2017-08-30ctdb-protocol: Fix marshalling for ctdb_reply_errorAmitay Isaacs1-40/+3
2017-08-30ctdb-protocol: Fix marshalling for ctdb_reply_callAmitay Isaacs1-40/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_callAmitay Isaacs1-39/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs1-33/+2
2017-08-30ctdb-tests: Add test templates for ctdb protocol elementsAmitay Isaacs1-0/+237
2017-08-30ctdb-tests: Reorganize protocol testsAmitay Isaacs1-0/+491