summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/events.d
Commit message (Collapse)AuthorAgeFilesLines
* tests: simple tests against local daemons should check $TEST_LOCAL_DEAMONSMartin Schwenke2012-07-261-2/+2
| | | | | | | | Note the old $CTDB_TEST_REAL_CLUSTER - it doesn't exist anymore... Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 47180dc75d15f3d61470705603565b718491c9f8)
* tests: Use CTDB_TEST_REAL_CLUSTER to decide if tests use local daemonsAmitay Isaacs2012-04-131-2/+2
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit d5b2ad651495f32091bd33d30871638de0de633a)
* tests: Fix the error messages in test event scriptAmitay Isaacs2012-04-131-1/+2
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 706e6e3ef6765fbba29e531e590c48fe742b9914)
* make test: add two missing events to the special test eventscriptRonnie Sahlberg2011-08-021-0/+11
| | | | (This used to be ctdb commit 771b1e9c2e694ccc8825fb8088174c122532e74d)
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+4
| | | | | | | | This is needed because the "init" event can't use 'ctdb' commands. metze (This used to be ctdb commit 1493436b6b24eb05a23b7a339071ad85f70de8f4)
* server: start with disabled interfaces and let the event scripts enable the ↵Stefan Metzmacher2010-01-201-1/+6
| | | | | | | | | | | interfaces explicit This makes sure that we don't get public addresses assigned during the initial recovery and remove them again in the startup event. metze (This used to be ctdb commit f872e8c63a2f8979e6a0d088630575bdd4d7b4f1)
* server: add "init" eventStefan Metzmacher2010-01-201-0/+4
| | | | | | | | | This is needed because the "startup" event runs after the initial recovery, but we need to do some actions before the initial recovery. metze (This used to be ctdb commit e953808449c102258abb6cba6f4abf486dda3b82)
* Test suite: fix the test suite's generic event script.Martin Schwenke2009-07-291-0/+5
| | | | | | | | | Add a "stopped" case to log events and stop the event script from failing with an unknown event. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 7f67f7395e2233f0bba2e9662404aad49e13f645)
* merge async recovery changes from RonnieAndrew Tridgell2008-01-291-0/+6
| | | | (This used to be ctdb commit 576e317640d25f8059114f15c6f1ebcee5e5b6e2)
* added syslog support, and use a pipe to catch logging from child processes ↵Andrew Tridgell2008-01-161-9/+10
| | | | | | to the ctdbd logging functions (This used to be ctdb commit 1306b04cd01e996fd1aa1159a9521f2ff7b06165)
* merged new event script calling code from ronnnieAndrew Tridgell2007-08-201-0/+68
(This used to be ctdb commit bbacad61b3eee4276ffe44ed2a23949aca8152cf)