summaryrefslogtreecommitdiffstats
path: root/ctdb/tests
Commit message (Expand)AuthorAgeFilesLines
* fix re pattern to accept the new recovery lock times in the statistics outputSumit Bose2009-05-251-3/+3
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-1/+1
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-1/+9
* In 51_ctdb_bench.sh now allows a 2% difference between positive andMartin Schwenke2009-05-122-4/+5
* Avoid floating point divide by 0 in ctdb_fetch.c's bench_fetch().Martin Schwenke2009-05-121-1/+1
* Bug fixes for tests: simple/12_ctdb_getdebug.sh and scripts/test_wrap.Martin Schwenke2009-05-122-2/+8
* Use ctdb_fetch_lock rather than ctdb_call.Martin Schwenke2009-05-121-26/+9
* Merge commit 'ronnie/master'Andrew Tridgell2009-02-091-0/+17
|\
| * add a simple test script to test ctdb_check_tcp_portsMichael Adam2009-01-301-0/+17
* | Make message in 62_ctdb_persistent_unsafe.sh more informative.Martin Schwenke2009-01-161-1/+1
* | 23_ctdb_moveip.sh sanity checks the list of IPs/nodes instead ofMartin Schwenke2009-01-162-0/+24
* | Remove the sorts from 06_ctdb_getpid.sh - the PIDs should be listed inMartin Schwenke2009-01-131-3/+3
* | Use $CTDB_TEST_WRAPPER in other tests that need it.Martin Schwenke2009-01-134-4/+4
* | Use $CTDB_TEST_WRAPPER in 51_ctdb_bench.sh.Martin Schwenke2009-01-131-1/+1
* | For now, make tests/run_tests.sh runs the new test suite. AddMartin Schwenke2009-01-123-51/+5
* | Test binaries now go in tests/bin and ctdb_test_env now adds thisMartin Schwenke2009-01-091-3/+1
* | Add tests/README. ctdb_test_env and, therefore, run_tests can now beMartin Schwenke2009-01-096-8/+124
* | Delete some unstructured tests ({fetch,peristent,transaction}.sh) andMartin Schwenke2009-01-0840-199/+358
* | Remove old ctdbd.sh test script. Remove unneeded nodes.txt andMartin Schwenke2008-12-185-85/+2
* | Remove bench.sh test and replace with new test 51_ctdb_bench.sh.Martin Schwenke2008-12-185-31/+107
* | Bug fixes for ctdb_bench from Ronnie.Martin Schwenke2008-12-181-33/+52
* | ctdb_test_env now sets $CTDB_TIMEOUT. FixedMartin Schwenke2008-12-172-1/+5
* | New test 26_ctdb_config_check_error_on_unreachable_ctdb.sh.Martin Schwenke2008-12-171-0/+72
* | Finish 24_ctdb_getdbmap.sh. New test 25_dumpmemory.sh.Martin Schwenke2008-12-162-9/+71
* | 3 new tests. 24_ctdb_getdbmap.sh is only 1/2 implemented but doesMartin Schwenke2008-12-156-3/+273
* | Add a recovery to ctdb_test_exit to improve test stability.Martin Schwenke2008-12-121-0/+7
* | Rename $CTDB_NUM_NODES to $CTDB_TEST_NUM_DAEMONS and only set it ifMartin Schwenke2008-12-122-5/+11
* | Add message about restart to 18_ctdb_freeze.sh.Martin Schwenke2008-12-111-0/+2
* | With local daemons the sockets are now numbered starting from 0. FixMartin Schwenke2008-12-1019-121/+170
* | Added use of $ctdb_test_exit_hook to function ctdb_test_exit. RemovedMartin Schwenke2008-12-097-10/+216
* | When running with local daemons, provided there is more than 2 ofMartin Schwenke2008-12-084-29/+29
* | New test for getmonmode. Overload node_has_status some more toMartin Schwenke2008-12-042-2/+75
* | ctdb_test_init now contains a trap to force ctdb_test_exit to be runMartin Schwenke2008-12-031-0/+8
* | $PATH only inludes $CTDB_DIR/bin if we're using local sockets. RenameMartin Schwenke2008-12-0324-53/+53
* | 4 new tests. Hacked function node_has_status to supportMartin Schwenke2008-11-275-9/+322
* | 4 new tests. Marked more ctdbd.sh tests as done - will remove thisMartin Schwenke2008-11-256-17/+309
* | New test 09_ctdb_ping.sh. Add documentation and command-lineMartin Schwenke2008-11-2420-95/+560
* | Move tests/*.c to tests/src/*.c and adjust Makefile.in accordingly.Martin Schwenke2008-11-2113-27/+85
* | Add some simple tests that can be run from within the tree.Martin Schwenke2008-11-2020-2/+1077
|/
* add a CTDB_SOCKET variable that can be used to override the defaultRonnie Sahlberg2008-11-111-0/+3
* when we collect all ip addresses and sort them for the "ctdb ip -n all" outpu...Ronnie Sahlberg2008-08-221-1/+1
* fix the ipv6 checksum calculation for pseudoheader so that it actually worksRonnie Sahlberg2008-08-191-3/+0
* remove a file we dont needRonnie Sahlberg2008-08-191-11/+0
* initial ipv6 patchRonnie Sahlberg2008-08-193-6/+22
* fixed some warningsAndrew Tridgell2008-07-301-20/+20
* fixed a warningAndrew Tridgell2008-07-301-1/+1
* cleanup of the old persistent db testAndrew Tridgell2008-07-301-6/+9
* added a new persistent transaction test programAndrew Tridgell2008-07-302-0/+286
* cleanup on SIGINTAndrew Tridgell2008-07-301-0/+2
* - cleanup persistent db at startAndrew Tridgell2008-07-302-1/+9