summaryrefslogtreecommitdiff
path: root/ctdb/tests/scripts/integration.bash
AgeCommit message (Expand)AuthorFilesLines
2018-11-06ctdb-tests: Start daemons in ctdb_test_init(), stop them in ctdb_test_exit()Martin Schwenke1-18/+14
2018-11-06ctdb-tests: Ignore SIGPIPE during simple test cleanupMartin Schwenke1-0/+6
2018-11-06ctdb-tests: Drop setting of unused variable scriptnameMartin Schwenke1-1/+0
2018-11-06ctdb-tests: Drop use of confusing testfailures variableMartin Schwenke1-4/+0
2018-11-06ctdb-tests: Add function wait_until_node_has_no_ips()Martin Schwenke1-0/+7
2018-10-08ctdb-tests: Improve counting of database recordsMartin Schwenke1-3/+7
2018-10-08ctdb-tests: Drop unused function maybe_stop_ctdb()Martin Schwenke1-6/+0
2018-10-08ctdb-tests: Rename _ctdb_start_all() -> ctdb_start_all()Martin Schwenke1-2/+2
2018-10-08ctdb-tests: Rename ctdb_start_all() -> ctdb_init()Martin Schwenke1-4/+4
2018-07-28ctdb-tests: Improve portability by not using mktemp --tmpdir optionMartin Schwenke1-1/+1
2018-07-11ctdb-tests: Ensure some event scripts are enabled for cluster testsMartin Schwenke1-0/+20
2018-07-02ctdb-tests: Add check for non-lmaster node status in integration testsMartin Schwenke1-0/+1
2018-03-19ctdb-tests: Remove unused function get_ctdbd_command_line_option()Martin Schwenke1-21/+0
2018-03-19ctdb-tests: Allow tests access to CTDB_BASEMartin Schwenke1-0/+5
2018-03-19ctdb_tests: Reconfigure the cluster when restarting CTDBMartin Schwenke1-0/+4
2018-03-09ctdb-tests: Rework simple tests daemon start/stopMartin Schwenke1-16/+15
2017-10-26ctdb-tests: Allow wait_until() to be used in unit testsMartin Schwenke1-44/+0
2017-09-14ctdb-tests: Drop unused monitoring status supportMartin Schwenke1-4/+0
2017-08-25ctdb-tests: Add functions to start/stop/restart ctdb on single nodeAmitay Isaacs1-4/+21
2016-08-23ctdb-tests: Drop attempts to pass arguments to ctdbd on (re)startMartin Schwenke1-4/+2
2016-08-23ctdb-tests: Drop function _ctdb_hack_options()Martin Schwenke1-12/+0
2016-07-25ctdb-tools: Simplify "ctdb pnn" output formatMartin Schwenke1-1/+1
2016-02-12ctdb-tests: Remove last remaining instance of ctdb -n allAmitay Isaacs1-1/+1
2015-10-23ctdb-tests: Change "ctdb ip -n all" to "ctdb ip all"Martin Schwenke1-1/+1
2015-10-23ctdb-tests: Drop use of "ctdb delip -n all" in simple testsMartin Schwenke1-0/+28
2015-01-09ctdb-scripts: Don't use the GNU awk gensub() functionMartin Schwenke1-2/+3
2014-12-05ctdb-tests: Need to drop public IPs in kill-failover testsMartin Schwenke1-0/+38
2014-12-05ctdb-tests: Use ip neigh command instead of arpMartin Schwenke1-0/+5
2014-12-05ctdb-tests: Bracket IP addresses in NFS mounts and scp command (for IPv6)Martin Schwenke1-1/+1
2014-12-05ctdb-tests: Update integration tests to use ctdb -XMartin Schwenke1-17/+17
2014-09-23ctdb-tests: Clean up some tests where IP movement is checkedMartin Schwenke1-2/+3
2014-09-23ctdb-tests: Remove dependency on log ringbuffer from missing IP testMartin Schwenke1-1/+17
2014-09-23ctdb-tests: Make all_ips_on_node() do what it shouldMartin Schwenke1-5/+7
2014-09-23ctdb-tests: Factor out new function get_test_ip_mask_and_iface()Martin Schwenke1-0/+19
2014-09-23ctdb-tests: Simplify and rename wait_until_ips_are_on_nodeglob()Martin Schwenke1-11/+13
2014-06-19ctdb-tests: Try harder to avoid failures due to repeated recoveriesMartin Schwenke1-14/+43
2014-03-28ctdb-tests: Add a new NFS tickle testMartin Schwenke1-4/+4
2013-12-05ctdb/tests/integration: Decentralise the daemon restart codeMartin Schwenke1-7/+8
2013-12-05ctdb/tests/integration: Update daemons shutdown pseudo-testMartin Schwenke1-0/+6
2013-12-05ctdb/tests/simple: Local daemons version of setup_ctdb() overridesMartin Schwenke1-3/+2
2013-12-05ctdb/tests/integration: Remove some unused functionsMartin Schwenke1-43/+0
2013-12-05ctdb/tests/integration: Remove the time logging codeMartin Schwenke1-53/+0
2013-12-05ctdb/tests/simple: Move the local daemons code to its own fileMartin Schwenke1-124/+0
2013-12-05ctdb/tests/integration: Update NFS tickles test and supporting codeMartin Schwenke1-150/+15
2013-11-28ctdb:test: remove unused ip2ipmask from integration.bashMichael Adam1-7/+0
2013-11-27ctdb:tests/integration: Be more careful when killing ctdbdMartin Schwenke1-1/+1
2013-11-27ctdb-tests/integration: Neaten up some of the persistent database testsMartin Schwenke1-0/+36
2013-11-27ctdb-tests/integration: try_command_on_node() shouldn't lose onnode optionsMartin Schwenke1-1/+1
2013-10-25build: Move the default CTDB socket from /tmp to /var/run/ctdbAmitay Isaacs1-4/+0
2013-10-25common: New function mkdir_p()Martin Schwenke1-4/+0