summaryrefslogtreecommitdiff
path: root/ctdb/tests/UNIT/cunit
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-daemon: Remove helper variable CTDB_CLUSTER_MUTEX_HELPERMartin Schwenke3-80/+0
2026-02-25ctdb-tests: Use CTDB_TEST_HELPER_BINDIR inlineMartin Schwenke3-3/+3
2026-02-25ctdb-tests: Remove redundant PATH addsMartin Schwenke8-16/+0
2026-02-25ctdb-tests: Reformat with "shfmt -w -i 0 -fn"Martin Schwenke9-43/+42
2026-02-09ctdb-tests: Fix tunables test when run as rootMartin Schwenke1-1/+1
2025-07-22ctdb-tests: Add tests for tunables directory loadingMartin Schwenke1-4/+79
2025-07-22ctdb-tests: Allow tunables unit test to process a second fileMartin Schwenke1-3/+54
2025-07-22ctdb-common: Log tunables filename instead of function nameMartin Schwenke1-14/+14
2025-07-22ctdb-common: Log a message if the tunables file does not existMartin Schwenke1-1/+2
2025-07-22ctdb-tests: Add logging support to the tunables unit testMartin Schwenke1-4/+40
2025-07-22ctdb-common: Require separate initialisation of tunable defaultsMartin Schwenke1-10/+22
2025-07-22ctdb-tests: Reformat with "shfmt -w -p -i 0 -fn"Martin Schwenke1-6/+6
2025-05-29ctdb-daemon: Add configuration option shutdown extra timeoutMartin Schwenke1-0/+1
2025-05-29ctdb-daemon: Add configuration option shutdown failover timeoutMartin Schwenke1-0/+1
2024-08-06ctdb-conf: add "nodes list" configuration optionJohn Mulligan1-0/+1
2024-04-16ctdb: Remove common/line.[ch]Volker Lendecke1-90/+0
2024-02-29ctdb-tests: Limit red-black tree test to 5s of random insertsMartin Schwenke1-2/+4
2023-07-10ctdb-logging: Really make NOTICE the default debug levelMartin Schwenke2-2/+2
2023-03-24ctdb:tests: Fix code spellingAndreas Schneider1-1/+1
2022-08-01ctdb-common: CID 1507498: Control flow issues (DEADCODE)Martin Schwenke1-0/+29
2022-07-28ctdb-tests: Add tests for cluster mutex I/O timeoutMartin Schwenke1-0/+30
2022-07-28ctdb-mutex: open() and fstat() when testing lock fileMartin Schwenke1-1/+1
2022-07-28ctdb-tests: Add tests for trivial FD monitoringMartin Schwenke2-0/+308
2022-07-22ctdb-tests: Work around unreadable file test failure when rootMartin Schwenke1-1/+7
2022-07-22ctdb-common: Use POSIX if_nameindex() to check interface existenceMartin Schwenke1-13/+2
2022-05-03ctdb-tests: Use test_case() to help document test casesMartin Schwenke5-0/+34
2022-04-06ctdb-tests: Add unit tests for tunables codeMartin Schwenke1-0/+306
2022-02-14ctdb-tests: Iterate protocol tests internallyMartin Schwenke6-93/+8
2022-01-17ctdb-config: Add configuration option [cluster] leader timeoutMartin Schwenke2-0/+38
2022-01-17ctdb-config: [legacy] recmaster capability -> [cluster] leader capabilityMartin Schwenke3-6/+15
2022-01-17ctdb-config: [cluster] recovery lock -> [cluster] cluster lockMartin Schwenke2-1/+21
2022-01-17ctdb-protocol: Add CTDB_SRVID_LEADERMartin Schwenke1-0/+1
2022-01-17ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke1-2/+10
2022-01-17ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke1-67/+66
2022-01-13ctdb-protocol: Print IPv6 sockets with RFC5952 "[2001:db8::1]:80" notationMartin Schwenke1-4/+6
2021-09-09ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke1-1/+1
2021-05-18ctdb: Introduce output before and after the 10-second timeoutVolker Lendecke1-0/+3
2020-04-28ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke1-1/+1
2020-03-10ctdb-tests: Use built-in hexdump() in system socket testsMartin Schwenke2-47/+3
2020-03-10ctdb-tests: Split system socket testMartin Schwenke3-123/+143
2019-11-14ctdb-tests: Add tests for cmdline_add() apiAmitay Isaacs1-0/+24
2019-11-14ctdb-tests: Update cmdline tests for section nameAmitay Isaacs1-3/+3
2019-11-14ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs1-0/+16
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-09-26ctdb-tests: Move cunit tests to UNIT/ subdirectoryMartin Schwenke39-0/+2088