summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* locking: Use separate locking helper binary for lockingAmitay Isaacs2013-05-241-0/+1
* tests: Unit test diff output should use filtered outputMartin Schwenke2013-05-071-1/+1
* tests: Support waiting for "recovered" state in testsAmitay Isaacs2013-04-171-1/+4
* tests/simple: Add test to check recovery daemon IP verificationMartin Schwenke2013-01-081-6/+18
* tests: new function ip2ipmask() for integration testingMartin Schwenke2013-01-071-0/+7
* tests: Local daemons should use --listen instead of --node-ipMartin Schwenke2013-01-071-1/+1
* tests: Local daemons should use the logging ringbufferMartin Schwenke2012-10-221-1/+1
* eventscripts: Auto-start/stop services in backgroundMartin Schwenke2012-10-031-1/+1
* tests: select_test_node_and_ips() should try to avoid failingMartin Schwenke2012-07-261-1/+19
* tests: simple tests against local daemons should check $TEST_LOCAL_DEAMONSMartin Schwenke2012-07-261-1/+1
* tests: run_tests should exit with $status with -e optionMartin Schwenke2012-07-261-1/+1
* tests: select_test_node_and_ips() should never select non-node -1Martin Schwenke2012-07-261-5/+4
* run_tests: improve spacingMichael Adam2012-07-031-1/+2
* tests: Use per node log files when running tests with local daemonsAmitay Isaacs2012-05-251-1/+1
* tests: Fix a typo in daemons_setup()Martin Schwenke2012-05-141-2/+2
* tests: New function get_ctdbd_command_line_option() for integration testingMartin Schwenke2012-05-141-0/+21
* tests: Use per-daemon public_addresses file for local daemonsMartin Schwenke2012-05-141-6/+8
* tests: Fix wrapper scripts to handle options and tests without breakageMartin Schwenke2012-05-141-18/+42
* tests: In integration tests, use --node-ip to avoid locking weirdnessMartin Schwenke2012-05-111-1/+2
* tests: New run_tests -C (cleanup) optionMartin Schwenke2012-04-271-1/+12
* tests: Time logging in integration tests should use TEST_VAR_DIRMartin Schwenke2012-04-271-1/+1
* tests: Improve the logic for adding directories to $PATHMartin Schwenke2012-04-272-6/+29
* tests: Update integration.sh to use TEST_VAR_DIRMartin Schwenke2012-04-271-27/+30
* tests: Add a -V option to set new variable TEST_VAR_DIRMartin Schwenke2012-04-271-12/+21
* tests/integration: Remove cabability for testcase optionMartin Schwenke2012-04-271-48/+0
* tests/integration: Use absolute path for socket symlinkMartin Schwenke2012-04-271-1/+1
* tests: Make run_tests -X more flexible - it now works with onnodeMartin Schwenke2012-04-271-2/+2
* tests: run_tests should exit with failed test status if running with -HMartin Schwenke2012-04-271-1/+5
* tests: test_wrap can use $TEST_SCRIPTS_DIR for a little extra clarityMartin Schwenke2012-04-271-1/+4
* tests: test_wrap needs to set TEST_SCRIPTS_DIRAmitay Isaacs2012-04-271-0/+2
* tests: CTDB_TEST_WRAPPER has to be an absolute path on a real clusterAmitay Isaacs2012-04-271-1/+2
* tests: Fix trailing whitespace issues in integration.bashMartin Schwenke2012-04-271-9/+9
* tests: Add new -H option for run_tests to avoid printing header/footerMartin Schwenke2012-04-271-3/+6
* tests: Add -e option to cause run_tests to exit on first test failureMartin Schwenke2012-04-271-1/+10
* tests: Remove ctdb_test_envMartin Schwenke2012-04-273-33/+20
* tests: Programs run by tests should be found in $PATHMartin Schwenke2012-04-272-3/+6
* tests: Move relative directory path hack from run_tests to common.shMartin Schwenke2012-04-272-5/+5
* tests: Local daemons are no longer the default, now require run_tests -lMartin Schwenke2012-04-274-36/+29
* tests: Rationalise integration test infrastructureMartin Schwenke2012-04-273-137/+15
* tests: Rename ctdb_test_functions.bash to integration.bashMartin Schwenke2012-04-272-2/+2
* Merge remote branch 'martins/master'Ronnie Sahlberg2012-04-185-74/+265
|\
| * tests: More unit test factoring/rationalisation and bug fixesMartin Schwenke2012-04-182-2/+142
| * tests - run_tests needs to expand directories like "." and "..".Martin Schwenke2012-04-161-0/+4
| * tests - run_tests ignores trailing '/' on directoriesMartin Schwenke2012-04-161-1/+1
| * tests - run_tests includes common.sh, uses die()Martin Schwenke2012-04-161-3/+3
| * tests - run_tests can take a directory as an argumentMartin Schwenke2012-04-161-5/+23
| * tests - add -v option to set TEST_VERBOSE=trueMartin Schwenke2012-04-161-1/+4
| * tests - move functions only used by scripts/run_tests into that scriptMartin Schwenke2012-04-162-62/+62
| * tests - add scripts/unit.shMartin Schwenke2012-04-161-0/+16
| * tests - add scripts/common.shMartin Schwenke2012-04-161-0/+9