summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/ctdb_io_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24ctdb:tests: Fix code spellingAndreas Schneider1-1/+1
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-05-24ctdb:tests: Add missing va_end() in ctdb_set_error()Andreas Schneider1-0/+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-02-22ctdb-tests: Add test for ctdb_io.cChristof Schmitt1-0/+196