summaryrefslogtreecommitdiff
path: root/ctdb/tests/CLUSTER/complex/42_failover_ssh_hostname.sh
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-tests: Update preamble for CLUSTER testsMartin Schwenke2019-10-041-27/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | The main change is to source cluster.bash instead of integration.bash. While touching the preamble, the following additional changes are also made: * Drop test_info() definition and replace it with a comment The use of test_info() is pointless. * Drop call to ctdb_test_check_real_cluster() cluster.bash now does this. * Drop call to cluster_is_healthy() This is a holdover from when the previous test would restart daemons to get things ready for a test. There was also a bug where going into recovery during the restart would sometimes cause the cluster to become unhealthy. If we really need something like this then we can add it to ctdb_test_init(). Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
* ctdb-tests: Move complex tests to CLUSTER/ subdirectoryMartin Schwenke2019-09-261-0/+79
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>