summaryrefslogtreecommitdiff
path: root/ctdb/tests/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-11ctdb-protocol: Drop marshalling functions for old-style database pull/pushMartin Schwenke1-36/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2-0/+2
2020-05-22ctdb-tests: Update fetch_ring to take database and key on command lineMartin Schwenke1-11/+19
2020-04-28ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke2-1/+21
2020-04-28ctdb-protocol: Add marshalling for struct ctdb_echo_dataVolker Lendecke3-0/+19
2020-03-10ctdb-tests: Use built-in hexdump() in system socket testsMartin Schwenke1-8/+19
2020-02-12ctdb-tests: Fix return value of DB test tool delete commandMartin Schwenke1-1/+1
2019-11-14ctdb-tests: Add tests for cmdline_add() apiAmitay Isaacs1-0/+89
2019-11-14ctdb-tests: Update cmdline tests for section nameAmitay Isaacs1-1/+1
2019-11-14ctdb-common: Add section to group commands in cmdlineAmitay Isaacs2-10/+55
2019-11-14ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs1-6/+2
2019-10-24ctdb-tests: Add ctdb-db-test toolMartin Schwenke1-0/+790
2019-10-24ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke2-1/+16
2019-10-24ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke3-0/+19
2019-10-24ctdb-tests: Add marshalling tests for new controlAmitay Isaacs2-1/+16
2019-10-24ctdb-tests: Drop code releated to obsolete controlsAmitay Isaacs1-78/+0
2019-08-26ctdb-tests: fix mem leak in ltdb_fetchSwen Schillig1-1/+3
2019-08-21ctdb-tests: Wait for child process when killing cluster mutex helperMartin Schwenke1-1/+17
2019-07-26ctdb-tests: Add tests for cluster mutex lost handlingMartin Schwenke1-0/+125
2019-07-26ctdb-tests: Add test to confirm need for cluster mutex lock file recheckingMartin Schwenke1-2/+51
2019-07-26ctdb-tests: Add cluster mutex testsMartin Schwenke1-0/+551
2019-07-05ctdb-tests: Avoid warning about NULL dereferenceMartin Schwenke1-0/+1
2019-07-05ctdb-tests: Don't compare an unsigned value with -1Martin Schwenke1-1/+1
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by castingMartin Schwenke5-6/+6
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke17-68/+76
2019-07-05ctdb-tests: Fix signed/unsigned comparisons by castingMartin Schwenke1-19/+19
2019-07-05ctdb-tests: Add a local variable for repeated calculationMartin Schwenke1-8/+10
2019-07-05ctdb-tests: Declare variable for return value of write(2) as ssize_tMartin Schwenke1-4/+6
2019-07-05ctdb-tests: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke1-1/+2
2019-06-05ctdb-tests: Avoid potentially uninitialised dataMartin Schwenke1-2/+2
2019-06-05ctdb-tests: Fix signed/unsigned comparison by using constantMartin Schwenke1-1/+1
2019-05-24ctdb:tests: Add missing va_end() in ctdb_set_error()Andreas Schneider1-0/+1
2019-05-13ctdb-tests: Add reqid wrapping testAmitay Isaacs1-0/+16
2019-05-07ctdb: Fix format in db_hash_testAndreas Schneider1-1/+1
2019-04-10ctdb-test: Adding test case to verify queue resizeingSwen Schillig1-0/+74
2019-04-09ctdb-test: Adding test case verifying data in buffer moveSwen Schillig1-0/+76
2019-04-09ctdb-test: Modify ctdb_io_test test_setup to provide queue referenceSwen Schillig1-3/+7
2019-03-15ctdb-tests: Add some testing for IPv4-mapped IPv6 address parsingMartin Schwenke1-0/+19
2019-02-22ctdb-tests: Add test for ctdb_io.cChristof Schmitt1-0/+196
2019-01-28ctdb: Use C99 initializer for poptOption in test_optionsAndreas Schneider1-26/+79
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider3-3/+3
2018-11-06ctdb-tests: Use path_socket() in dummy clientMartin Schwenke1-13/+10
2018-11-06ctdb-tests: Use path_socket() in test client toolsMartin Schwenke1-8/+5
2018-10-08ctdb-tests: Shut down transaction_loop clients more cleanlyMartin Schwenke1-10/+18
2018-10-08ctdb-tests: Drop code for RECEIVE_RECORDS controlAmitay Isaacs1-20/+0
2018-09-07ctdb-tests: Fix CTDB -O3 --picky-developer build on CentOS 7Martin Schwenke1-1/+1
2018-09-06ctdb-tests: Check result of write() in ARP and TCP testsMartin Schwenke1-2/+8
2018-08-30ctdb-tests: Extend TCP packet test to also do packet extractionMartin Schwenke1-0/+48
2018-08-30ctdb-tests: Add tests for TCP packet marshallingMartin Schwenke1-0/+69
2018-08-30ctdb-tests: Add tests for ARP and IPv6 NA marshallingMartin Schwenke1-0/+65