torture: expand test "vfs.fruit.resource fork IO" to check size
[amitay/samba.git] / ctdb /
2019-10-24 Martin Schwenkectdb-tests: Add vacuuming tests
2019-10-24 Martin Schwenkectdb-tests: Add handling of process clean-up on a clust...
2019-10-24 Martin Schwenkectdb-tests: Factor out function check_cattdb_num_records()
2019-10-24 Martin Schwenkectdb-tests: Add ctdb-db-test tool
2019-10-24 Martin Schwenkectdb-client: Factor out function client_db_tdb()
2019-10-24 Martin Schwenkectdb-daemon: Implement DB_VACUUM control
2019-10-24 Martin Schwenkectdb-vacuum: Only schedule next vacuum event if vacuuum...
2019-10-24 Martin Schwenkectdb-daemon: Factor out code to create vacuuming child
2019-10-24 Martin Schwenkectdb-vacuum: Simplify recording of in-progress vacuumin...
2019-10-24 Martin Schwenkectdb-protocol: Add marshalling for control DB_VACUUM
2019-10-24 Martin Schwenkectdb-protocol: Add marshalling for struct ctdb_db_vacuum
2019-10-24 Martin Schwenkectdb-protocol: Add new control CTDB_CONTROL_DB_VACUUM
2019-10-24 Amitay Isaacsctdb-vacuum: Avoid processing any more packets
2019-10-24 Amitay Isaacsctdb-daemon: Avoid memory leak when packet is deferred
2019-10-24 Amitay Isaacsctdb-recoverd: No need for database detach handler
2019-10-24 Amitay Isaacsctdb-recoverd: Drop VACUUM_FETCH message handling
2019-10-24 Amitay Isaacsctdb-vacuum: Replace VACUUM_FETCH message with control
2019-10-24 Amitay Isaacsctdb-vacuum: Add processing of fetch queue
2019-10-24 Amitay Isaacsctdb-daemon: Add implementation of VACUUM_FETCH control
2019-10-24 Amitay Isaacsctdb-tests: Add marshalling tests for new control
2019-10-24 Amitay Isaacsctdb-protocol: Add marshalling for new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-protocol: Add new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-tests: Drop code releated to obsolete controls
2019-10-24 Amitay Isaacsctdb-protocol: Drop code related to obsolete controls
2019-10-24 Volker Lendeckectdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()
2019-10-22 Martin Schwenkectdb-tests: Add -l option to set number of local daemons
2019-10-22 Martin Schwenkectdb-tests: Prefix remaining environment variables...
2019-10-22 Martin Schwenkectdb-tests: Drop setting of test state directory for...
2019-10-22 Martin Schwenkectdb-tests: Enable printing of logs on failure in autobuild
2019-10-22 Martin Schwenkectdb-tests: Add run_tests.sh option to print logs on...
2019-10-22 Martin Schwenkectdb-tests: Avoid running valgrind under valgrind
2019-10-22 Martin Schwenkectdb-tests: Simplify tool unit test runner
2019-10-04 Martin Schwenkectdb-tests: Rename functions to test_header() and test_...
2019-10-04 Martin Schwenkectdb-tests: Move test duration calculation to ctdb_test...
2019-10-04 Martin Schwenkectdb-tests: Add handling for skipped tests
2019-10-04 Martin Schwenkectdb-tests: Add a special failure code when a test...
2019-10-04 Martin Schwenkectdb-tests: Move test status interpretation to ctdb_tes...
2019-10-04 Martin Schwenkectdb-tests: Move use of show_progress() into ctdb_test_...
2019-10-04 Martin Schwenkectdb-tests: Simplify ctdb_test_run()
2019-10-04 Martin Schwenkectdb-tests: Switch TEST_CLEANUP and TEST_TIMEOUT to...
2019-10-04 Martin Schwenkectdb-tests: Add new test functions for running commands...
2019-10-04 Martin Schwenkectdb-tests: try_command_on_node() should return status...
2019-10-04 Martin Schwenkectdb-tests: Drop unused function ctdb_test_check_real_c...
2019-10-04 Martin Schwenkectdb-tests: Update preamble for CLUSTER tests
2019-10-04 Martin Schwenkectdb-tests: Add cluster.bash include file
2019-10-04 Martin Schwenkectdb-tests: Add function ctdb_test_skip_on_cluster()
2019-10-04 Martin Schwenkectdb-tests: Add function ctdb_test_on_cluster()
2019-10-04 Martin Schwenkectdb-tests: Add functions for terminating tests on...
2019-10-04 Martin Schwenkectdb-common: Mark VacuumLimit tunable as obsolete
2019-10-04 Martin Schwenkectdb-vacuum: Drop debug level of repacking message...
2019-10-04 Martin Schwenkectdb-protocol: Initialise request->rdata.opcode where...
2019-10-04 Amitay Isaacsctdb-vacuum: Process all records not deleted on a remot...
2019-09-26 Martin Schwenkectdb-tests: Update README
2019-09-26 Martin Schwenkectdb-tests: Move simple tests to INTEGRATION/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move complex tests to CLUSTER/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Convert local daemons include file into...
2019-09-26 Martin Schwenkectdb-tests: Drop use of array in run_tests()
2019-09-26 Martin Schwenkectdb-tests: Drop custom handling for unit tests
2019-09-26 Martin Schwenkectdb-tests: Skip README files in test directories/colle...
2019-09-26 Martin Schwenkectdb-tests: Recurse into directories instead of explici...
2019-09-26 Martin Schwenkectdb-tests: Fold find_and_run_one_test() in to run_tests()
2019-09-26 Martin Schwenkectdb-tests: Move tool tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move takeover_helper tests to UNIT/ subdire...
2019-09-26 Martin Schwenkectdb-tests: Move takeover tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move shellcheck tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move onnode tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move eventscript tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move eventd tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move cunit tests to UNIT/ subdirectory
2019-09-24 Martin Schwenkectdb-tests: Switch TEST_VAR_DIR to a local script variable
2019-09-24 Martin Schwenkectdb-tests: Use CTDB_TEST_TMP_DIR in integration.bash
2019-09-24 Martin Schwenkectdb-tests: Switch simple tests to use CTDB_TEST_TMP_DIR
2019-09-24 Martin Schwenkectdb-tests: Switch takeover helper unit tests to use...
2019-09-24 Martin Schwenkectdb-tests: Switch tool unit tests to use CTDB_TEST_TMP_DIR
2019-09-24 Martin Schwenkectdb-tests: Switch onnode unit tests to use CTDB_TEST_T...
2019-09-24 Martin Schwenkectdb-tests: Switch eventscript unit tests to use CTDB_T...
2019-09-24 Martin Schwenkectdb-tests: Switch eventd unit tests to use CTDB_TEST_T...
2019-09-24 Martin Schwenkectdb-tests: Switch cunit unit tests to use CTDB_TEST_TM...
2019-09-24 Martin Schwenkectdb-tests: Add new variable CTDB_TEST_TMP_DIR
2019-09-24 Martin Schwenkectdb-tests: Move setting of CTDB_TEST_SUITE_DIR to...
2019-09-24 Martin Schwenkectdb-tests: Rename variable TEST_SUBDIR -> CTDB_TEST_SU...
2019-09-24 Martin Schwenkectdb-tests: Use local_daemons.sh onnode for local daemo...
2019-09-24 Martin Schwenkectdb-tests: Use local $ctdb_base instead of $CTDB_BASE
2019-09-24 Martin Schwenkectdb-tests: Generalise pattern for matching valgrind...
2019-09-17 Martin Schwenkectdb-client: Fix some typos in debug messages
2019-09-17 Martin Schwenkectdb-scripts: Drop bit-rotted shellcheck directive
2019-09-17 Martin Schwenkectdb-scripts: Silence shellcheck warning SC2166
2019-09-17 Martin Schwenkectdb-utils: CID 1273087 - Resource leak
2019-09-17 Martin Schwenkectdb-tools: Stop deleted nodes from influencing ctdb...
2019-09-17 Martin Schwenkectdb-tests: Put the summary file inside $TEST_VAR_DIR
2019-09-17 Martin Schwenkectdb-tests: Drop run_tests -d option
2019-09-17 Martin Schwenkectdb-tests: Simplify setup_ctdb()
2019-09-17 Martin Schwenkectdb-tests: Invert some logic so it makes sense
2019-09-17 Martin Schwenkectdb-tests: Avoid shellcheck warnings
2019-09-17 Martin Schwenkectdb-tests: Fix zero event scripts test so it tests...
2019-09-17 Martin Schwenkectdb-tests: Drop unused code from onnode unit test...
2019-09-17 Martin Schwenkectdb-tests: Only set TEST_SUBDIR when needed
2019-09-17 Martin Schwenkectdb-tests: Move NFS test functions to complex local...
2019-09-17 Martin Schwenkectdb-tests: Don't run setup_ctdb_base() for real cluster
2019-09-17 Martin Schwenkectdb-tests: Use db_ctdb_cattdb_count_records()
next