summaryrefslogtreecommitdiff
path: root/ctdb/tests/run_tests.sh
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Add -l option to set number of local daemonsMartin Schwenke2019-10-221-3/+4
* ctdb-tests: Prefix remaining environment variables with CTDB_Martin Schwenke2019-10-221-15/+15
* ctdb-tests: Add run_tests.sh option to print logs on test failureMartin Schwenke2019-10-221-1/+4
* ctdb-tests: Rename functions to test_header() and test_footer()Martin Schwenke2019-10-041-4/+4
* ctdb-tests: Move test duration calculation to ctdb_test_run()Martin Schwenke2019-10-041-11/+13
* ctdb-tests: Add handling for skipped testsMartin Schwenke2019-10-041-1/+12
* ctdb-tests: Add a special failure code when a test error occursMartin Schwenke2019-10-041-1/+5
* ctdb-tests: Move test status interpretation to ctdb_test_run()Martin Schwenke2019-10-041-37/+39
* ctdb-tests: Move use of show_progress() into ctdb_test_run()Martin Schwenke2019-10-041-2/+3
* ctdb-tests: Simplify ctdb_test_run()Martin Schwenke2019-10-041-13/+11
* ctdb-tests: Switch TEST_CLEANUP and TEST_TIMEOUT to script variablesMartin Schwenke2019-10-041-6/+6
* ctdb-tests: Move simple tests to INTEGRATION/ subdirectoryMartin Schwenke2019-09-261-4/+4
* ctdb-tests: Move complex tests to CLUSTER/ subdirectoryMartin Schwenke2019-09-261-4/+4
* ctdb-tests: Drop use of array in run_tests()Martin Schwenke2019-09-261-3/+1
* ctdb-tests: Drop custom handling for unit testsMartin Schwenke2019-09-261-24/+1
* ctdb-tests: Skip README files in test directories/collectionsMartin Schwenke2019-09-261-0/+6
* ctdb-tests: Recurse into directories instead of explicitly loopingMartin Schwenke2019-09-261-10/+28
* ctdb-tests: Fold find_and_run_one_test() in to run_tests()Martin Schwenke2019-09-261-41/+21
* ctdb-tests: Move tool tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move takeover_helper tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move takeover tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move shellcheck tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move onnode tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move eventscript tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move eventd tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Move cunit tests to UNIT/ subdirectoryMartin Schwenke2019-09-261-1/+1
* ctdb-tests: Switch TEST_VAR_DIR to a local script variableMartin Schwenke2019-09-241-13/+13
* ctdb-tests: Add new variable CTDB_TEST_TMP_DIRMartin Schwenke2019-09-241-0/+14
* ctdb-tests: Move setting of CTDB_TEST_SUITE_DIR to run_tests.shMartin Schwenke2019-09-241-0/+7
* ctdb-tests: Put the summary file inside $TEST_VAR_DIRMartin Schwenke2019-09-171-6/+6
* ctdb-tests: Drop run_tests -d optionMartin Schwenke2019-09-171-12/+2
* ctdb-tests: Don't print summary on failure if -e option is specifiedMartin Schwenke2019-08-141-4/+6
* ctdb-tests: Drop mention of non-existent -s optionMartin Schwenke2019-08-141-1/+1
* ctdb-tests: Add -I <count> option for iterating testsMartin Schwenke2019-08-141-3/+24
* ctdb-tests: Factor out main test loop into run_tests()Martin Schwenke2019-08-141-24/+33
* ctdb-tests: Avoid shellcheck warning SC2045Martin Schwenke2019-08-141-1/+5
* ctdb-tests: Avoid shellcheck warning SC2034Martin Schwenke2019-08-141-1/+0
* ctdb-tests: Avoid shellcheck warning SC2230Martin Schwenke2019-08-141-1/+1
* ctdb-tests: Avoid shellcheck warning SC2188Martin Schwenke2019-08-141-1/+1
* ctdb-tests: Avoid shellcheck warning SC2155Martin Schwenke2019-08-141-2/+3
* ctdb-tests: Avoid shellcheck warning SC2004Martin Schwenke2019-08-141-4/+4
* ctdb-tests: Avoid shellcheck warning SC2164Martin Schwenke2019-08-141-1/+4
* ctdb-tests: Avoid shellcheck warning SC2086Martin Schwenke2019-08-141-6/+7
* ctdb-tests: Fix usage messageMartin Schwenke2019-05-071-1/+1
* ctdb-tests: Do not force TEST_VAR_DIR to be absoluteMartin Schwenke2018-12-181-4/+0
* ctdb-tests: Improve signal handling trapMartin Schwenke2018-11-061-1/+2
* ctdb-tests: Drop cleanup_handler()Martin Schwenke2018-11-061-12/+1
* ctdb-tests: Avoid use of non-portable getopt in run_tests.shMartin Schwenke2018-07-281-26/+20
* ctdb-tests: Improve portability by not using /bin/bash directlyMartin Schwenke2018-07-281-1/+1
* ctdb-tests: Remove tests for old event daemonAmitay Isaacs2018-07-051-1/+0