summaryrefslogtreecommitdiffstats
path: root/ctdb/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'rusty/libctdb2'Ronnie Sahlberg2010-05-251-1/+1
|\
| * libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* | tests:ctdb_bench: make send_start_messages() static - eliminates compile warningMichael Adam2010-05-111-1/+1
* | tests: eliminate a floating point exception by requiring -n option to ctdb_benchMichael Adam2010-05-111-0/+5
|/
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+4
* Test suite: Make "ctdb ip" test backward compatible with older ctdb versions.Martin Schwenke2010-02-111-14/+7
* server: start with disabled interfaces and let the event scripts enable the i...Stefan Metzmacher2010-01-201-1/+6
* tools/ctdb: display interfaces in "ctdb ip" and "ctdb ip -Y" outputsStefan Metzmacher2010-01-201-4/+9
* tests: add a all_ips_on_node() helper function that wraps ctdb ip -YStefan Metzmacher2010-01-204-7/+14
* tests/simple/11_ctdb_ip.sh: be more strict in checking ctdb ip -Y outputStefan Metzmacher2010-01-201-4/+13
* server: add "init" eventStefan Metzmacher2010-01-201-0/+4
* Merge commit 'origin/master'Martin Schwenke2009-12-184-1/+149
|\
| * server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-161-1/+1
| * Merge branch 'trans3'Ronnie Sahlberg2009-12-151-0/+3
| |\
| | * tests: temporarily disable the transaction test tool.Michael Adam2009-12-121-0/+3
| * | add a new test tool that just locks and releases the same record over and overRonnie Sahlberg2009-12-151-0/+140
| * | ctdb_fetch requires the number of nodes being specified.Ronnie Sahlberg2009-12-151-0/+5
| |/
* | Test suite: Add an optimisation in the getvar test.Martin Schwenke2009-12-181-1/+1
* | Test suite: allow settign of timeout triggers for all events not just monitor.Martin Schwenke2009-12-181-11/+34
|/
* tests: remove the no_trans mode from ctdb_transaction.Michael Adam2009-12-091-58/+34
* tests: remove the persistent_unsafe writes test.Michael Adam2009-12-091-39/+0
* tests: remove persistent_safe write test.Michael Adam2009-12-091-39/+0
* test: add test 54_ctdb_transaction_recovery.shMichael Adam2009-12-091-0/+66
* test: get value for --timelimit from environment var CTDB_TEST_TIMELIMIT in t...Michael Adam2009-12-091-1/+5
* tests:ctdb_transaction: print an extra counters when a commit failsMichael Adam2009-12-041-0/+1
* tests: turn printfs into DEBUG statements in the ctdb_transaction testMichael Adam2009-12-041-18/+18
* Test suite: Make the CIFS tickle test wait until it sees the required tickle.Martin Schwenke2009-11-191-1/+9
* Test suite: Fix the NFS and CIFS tickle tests.Martin Schwenke2009-11-132-7/+9
* Merge commit 'origin/master'Martin Schwenke2009-11-111-1/+1
|\
| * Revert "dont exit on a commit failure"Michael Adam2009-10-301-1/+1
* | Test suite: Regression fix - wait_until should not run command in sub-shell.Martin Schwenke2009-10-281-2/+2
|/
* Test suite: Remove the disable/enable monitor tests - they are useless.Martin Schwenke2009-10-212-200/+0
* Test suite: Fix the timeouts on the skip share check tests.Martin Schwenke2009-10-215-112/+162
* Test suite: A timeout of MonitorInterval seconds sometimes isn't enough.Martin Schwenke2009-10-202-2/+2
* Test suite: New tests for validating SKIP_SHARE_CHECK options.Martin Schwenke2009-10-202-0/+259
* Test suite: Update 99_ctdb_uninstall_eventscript.sh to use ctdb_init().Martin Schwenke2009-10-201-0/+2
* Test suite: Fix bug in node_has_status().Martin Schwenke2009-10-201-1/+4
* Test suite: add -x option to ctdb_init() function.Martin Schwenke2009-10-201-1/+2
* Merge commit 'martins/master'Ronnie Sahlberg2009-10-011-1/+1
|\
| * Test suite: The ctdb ping test should allow time to go backwards.Martin Schwenke2009-10-011-1/+1
* | dont exit on a commit failureRonnie Sahlberg2009-10-011-1/+1
* | Revert "Revert "allow the transaction commit to fail""Ronnie Sahlberg2009-10-011-1/+1
|/
* Merge commit 'origin/master'Martin Schwenke2009-09-292-2/+2
|\
| * Revert "dont check if commit failed, we do allow the commit to fail sometimes"Michael Adam2009-09-211-1/+1
| * Revert "allow the transaction commit to fail"Michael Adam2009-09-211-1/+1
* | Test suite: Print debug info on node status timeouts.Martin Schwenke2009-09-251-1/+9
|/
* Test suite: Update "complex" tests for wait_until_node_has_status() change.Martin Schwenke2009-09-117-7/+7
* Test suite: wait_until_node_has_status() now uses "onnode any".Martin Schwenke2009-09-1113-19/+19
* Test suite: Rework the cluster (re)start code.Martin Schwenke2009-09-111-23/+103
* allow the transaction commit to failRonnie Sahlberg2009-09-091-1/+1