summaryrefslogtreecommitdiff
path: root/ctdb/tests/run_tests.sh
AgeCommit message (Expand)AuthorFilesLines
2023-07-05ctdb-tests: Avoid ShellCheck warning SC2086Martin Schwenke1-4/+4
2022-07-22ctdb-scripts: Avoid ShellCheck warning SC2295Martin Schwenke1-3/+3
2020-03-10ctdb-tests: Skipped tests should not cause failureMartin Schwenke1-0/+7
2020-02-10ctdb-tests: Redirect stdin from /dev/null when running a testMartin Schwenke1-1/+1
2019-10-22ctdb-tests: Add -l option to set number of local daemonsMartin Schwenke1-3/+4
2019-10-22ctdb-tests: Prefix remaining environment variables with CTDB_Martin Schwenke1-15/+15
2019-10-22ctdb-tests: Add run_tests.sh option to print logs on test failureMartin Schwenke1-1/+4
2019-10-04ctdb-tests: Rename functions to test_header() and test_footer()Martin Schwenke1-4/+4
2019-10-04ctdb-tests: Move test duration calculation to ctdb_test_run()Martin Schwenke1-11/+13
2019-10-04ctdb-tests: Add handling for skipped testsMartin Schwenke1-1/+12
2019-10-04ctdb-tests: Add a special failure code when a test error occursMartin Schwenke1-1/+5
2019-10-04ctdb-tests: Move test status interpretation to ctdb_test_run()Martin Schwenke1-37/+39
2019-10-04ctdb-tests: Move use of show_progress() into ctdb_test_run()Martin Schwenke1-2/+3
2019-10-04ctdb-tests: Simplify ctdb_test_run()Martin Schwenke1-13/+11
2019-10-04ctdb-tests: Switch TEST_CLEANUP and TEST_TIMEOUT to script variablesMartin Schwenke1-6/+6
2019-09-26ctdb-tests: Move simple tests to INTEGRATION/ subdirectoryMartin Schwenke1-4/+4
2019-09-26ctdb-tests: Move complex tests to CLUSTER/ subdirectoryMartin Schwenke1-4/+4
2019-09-26ctdb-tests: Drop use of array in run_tests()Martin Schwenke1-3/+1
2019-09-26ctdb-tests: Drop custom handling for unit testsMartin Schwenke1-24/+1
2019-09-26ctdb-tests: Skip README files in test directories/collectionsMartin Schwenke1-0/+6
2019-09-26ctdb-tests: Recurse into directories instead of explicitly loopingMartin Schwenke1-10/+28
2019-09-26ctdb-tests: Fold find_and_run_one_test() in to run_tests()Martin Schwenke1-41/+21
2019-09-26ctdb-tests: Move tool tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move takeover_helper tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move takeover tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move shellcheck tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move onnode tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move eventscript tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move eventd tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-26ctdb-tests: Move cunit tests to UNIT/ subdirectoryMartin Schwenke1-1/+1
2019-09-24ctdb-tests: Switch TEST_VAR_DIR to a local script variableMartin Schwenke1-13/+13
2019-09-24ctdb-tests: Add new variable CTDB_TEST_TMP_DIRMartin Schwenke1-0/+14
2019-09-24ctdb-tests: Move setting of CTDB_TEST_SUITE_DIR to run_tests.shMartin Schwenke1-0/+7
2019-09-17ctdb-tests: Put the summary file inside $TEST_VAR_DIRMartin Schwenke1-6/+6
2019-09-17ctdb-tests: Drop run_tests -d optionMartin Schwenke1-12/+2
2019-08-14ctdb-tests: Don't print summary on failure if -e option is specifiedMartin Schwenke1-4/+6
2019-08-14ctdb-tests: Drop mention of non-existent -s optionMartin Schwenke1-1/+1
2019-08-14ctdb-tests: Add -I <count> option for iterating testsMartin Schwenke1-3/+24
2019-08-14ctdb-tests: Factor out main test loop into run_tests()Martin Schwenke1-24/+33
2019-08-14ctdb-tests: Avoid shellcheck warning SC2045Martin Schwenke1-1/+5
2019-08-14ctdb-tests: Avoid shellcheck warning SC2034Martin Schwenke1-1/+0
2019-08-14ctdb-tests: Avoid shellcheck warning SC2230Martin Schwenke1-1/+1
2019-08-14ctdb-tests: Avoid shellcheck warning SC2188Martin Schwenke1-1/+1
2019-08-14ctdb-tests: Avoid shellcheck warning SC2155Martin Schwenke1-2/+3
2019-08-14ctdb-tests: Avoid shellcheck warning SC2004Martin Schwenke1-4/+4
2019-08-14ctdb-tests: Avoid shellcheck warning SC2164Martin Schwenke1-1/+4
2019-08-14ctdb-tests: Avoid shellcheck warning SC2086Martin Schwenke1-6/+7
2019-05-07ctdb-tests: Fix usage messageMartin Schwenke1-1/+1
2018-12-18ctdb-tests: Do not force TEST_VAR_DIR to be absoluteMartin Schwenke1-4/+0
2018-11-06ctdb-tests: Improve signal handling trapMartin Schwenke1-1/+2