summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | tests - run_tests can take a directory as an argumentMartin Schwenke2012-04-161-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it run all tests in the specified directory. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 89719384a74161ffa0c03602ecdd9e758d521d75)
| | * | tests - add -v option to set TEST_VERBOSE=trueMartin Schwenke2012-04-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 43badc5418b9f533398cd579607d9f1fc0f8f417)
| | * | tests - move functions only used by scripts/run_tests into that scriptMartin Schwenke2012-04-162-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Along with minor logic tweaks and removal of test_exit(). Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 00713eb46cce638339845799bba2da041b3d02fb)
| | * | tests - add scripts/unit.shMartin Schwenke2012-04-161-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be sourced by all unit tests. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit afdaa5f032938d56ff315d9553cb285ebc413c4c)
| | * | tests - add scripts/common.shMartin Schwenke2012-04-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit a7ad94fe9f2e773567dbb6500469dd2dd2f2f04b)
| | * | tests - export new variable TEST_SCRIPTS_DIRMartin Schwenke2012-04-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces previous script-local variable ctdb_test_scripts_dir. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 107b465172205cb304549fcffaf36b9416696c15)
| | * | Tests - IP allocation - 2 tests for NODE_FLAGS_NOIPTAKEOVERMartin Schwenke2012-04-162-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit fa54a1095a7504863ed30bff8e0828a8be6dde55)
| | * | Tests - IP allocation - add another LCP2 test based on a test failureMartin Schwenke2012-04-161-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 89e322562f25dcb8d84357a19e71b2272b2f29a8)
| | * | Tests - turn of time logging by defaultMartin Schwenke2012-04-162-2/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We haven't seen problems related to time jumps for a long time. Turn this off by default. To switch it back on set $CTDB_TEST_TIME_LOGGING to any non-null value. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 2aa9bbf3a52dde0707eb06acd91e57c8da5c717f)
| * | ctdbd: Fix spurious warnings when running with --nopublicipcheckAmitay Isaacs2012-04-131-14/+35
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 67b909a0718d6cfce82ffce0830da3a6ff1f6c4b)
| * | recoverd: Fix spurious warnings when running with --nopublicipcheckAmitay Isaacs2012-04-131-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 7f8096f56d8274151705ac822b582d972078f8fe)
| * | tests: Use CTDB_TEST_REAL_CLUSTER to decide if tests use local daemonsAmitay Isaacs2012-04-132-3/+3
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit d5b2ad651495f32091bd33d30871638de0de633a)
| * | tests: Set the debug level = 3 when running local testsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit b86b947797c51e3576c6b34f547434c3f0aa36f3)
| * | tests: Check assigned IPs from ctdb outputAmitay Isaacs2012-04-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the test ctdb_config_add_ip when running against local daemons. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit b81c2c8a2360001fe73f9fd9aa1ba32665fdb0bb)
| * | tests: Check for assigned IP addresses only if we are on real clusterAmitay Isaacs2012-04-131-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the ctdb_ip test when running against local daemons. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a108fc14d90b6d552736d19b0ea104f2508dc331)
| * | ctdbd: Fix the error message stringAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 15f63ebab9686734f41a6adf38d4a7faa919ac66)
| * | 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)
| * | tests: Add regular expression parsing for hop_count_bucketsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the test to check ctdb statistics output. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 98c633ab4824e0e4d28ab2eb2532e16eb859bd94)
| * | tests: Add a script to run cluster tests and make target "test_cluster"Amitay Isaacs2012-04-132-0/+16
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 420a10be89c62b4d605f3b972d78fd69dd9f5bb1)
| * | tests: exportfs always outputs with options in bracketsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit bdd8b8ab20169936fa723fa77cead1b76b6cd0b5)
| * | tests/tool: New nodestatus testAmitay Isaacs2012-04-131-0/+34
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 902d8a4709e7a269d2a75522a998f9a60ae13d78)
| * | tests/tool: Fix the nodestatus testAmitay Isaacs2012-04-131-1/+4
| |/ | | | | | | | | | | | | | | | | Although not obvious, when asking each node for nodestatus, it will report each node is the current node. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 261258c1a4268230b2559bc5d8664b1197b22450)
| * Add test for NoIPTakeoverRonnie Sahlberg2012-04-121-0/+83
| | | | | | | | (This used to be ctdb commit 79172330d10ae0d5a7e5bf724959c9e5784716b4)
| * CTDB: add back the "rebalanceip" commandRonnie Sahlberg2012-04-031-0/+75
| | | | | | | | (This used to be ctdb commit 83aea6488002aa75dd25752fa0d164afb8b4f300)
| * build: Substitute POPT macros once and reuse variablesAmitay Isaacs2012-03-301-4/+4
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a2ba2c4ec153c8844cf7f5b0de03b2269ec892f3)
| * recovery: Add prototypes for tdb internal functionsAmitay Isaacs2012-03-301-0/+7
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 98ac99c4a79fe2ee024890bb27c3ca68dc02d434)
| * build: Use system tdb library if availableAmitay Isaacs2012-03-302-29/+58
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 10ab88a5c822ac403a70a9cd1a6c81020eb91d08)
| * build: Use system tevent library if availableAmitay Isaacs2012-03-302-28/+50
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 2ade83de4e1f318c91489ec9a7f90d1b26f77e1b)
| * build: Use system talloc library if availableAmitay Isaacs2012-03-302-23/+52
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 94f1e02406c353c3a0235685acdd107ee5a7f285)
| * build: Display correct LIB_FLAGS while buildingAmitay Isaacs2012-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 0cbe7a4f92795203f022252a50a240b8bd4238c3)
| * build: Remove re-definition of same variableAmitay Isaacs2012-03-301-4/+4
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 36e690faab3d76919780c8550fe6d49fb6bbfba5)
| * packaging: Setup directories for rpmbuildAmitay Isaacs2012-03-301-0/+8
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 45773dab630ee44b39df0dd4b50f43fb1e7bb0ba)
| * build: Add rules to create ctags/etagsAmitay Isaacs2012-03-301-0/+5
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a9e9444a7a78f5ef0e929a8dbd8ca0c68b40acd4)
| * Initscript - add backup of corrupt non-persistent databasesMartin Schwenke2012-03-281-63/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrupt non-persistent databases never get analysed because ctdbd zeroes them at startup. Modify the initscript so that corrupt non-persistent databases are moved aside to a backup. If the number of backups for a particular database exceeds $CTDB_MAX_CORRUPT_DB_BACKUPS (default 10) then the oldest excess backups are garbage collected. Abstracts from and cleans up the code for checking persistent databases. Logging of related messages is done to syslog or a log file as specified. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 00cd75595685dae829758abf1a4cb644af7ed50e)
| * Add policy routing documentation to ctdbd(1).Martin Schwenke2012-03-233-74/+635
| | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 5cdeb0dd8827b13b06265c75dfac359bcd6ad10c)
| * Merge remote branch 'martins/policy_routing'Ronnie Sahlberg2012-03-2226-945/+1508
| |\ | | | | | | | | | (This used to be ctdb commit 7293762046e25a9c96e6417e34e18c214ebc6e55)
| | * Tests - eventscripts - initial policy routing testsMartin Schwenke2012-03-2212-0/+422
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 7d7488a49bc7e799f39f3da3fa81be7a2e14480a)
| | * Tests - eventscripts - new function simple_test_command()Martin Schwenke2012-03-221-15/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allows running arbitrary command and comparing output against expected. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit da2e9650a97f99e7d694659926d9958927edd8ad)
| | * Tests - eventscripts - change summary columnsMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To accommodate 13.per_ip-routing in output. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0142729c96b8bfecfabe35439071557bcc6ed4da)
| | * Tests - eventscripts - rationalise CTDB fakery supportMartin Schwenke2012-03-221-22/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove functions for marking nodes as down/up. This is now done via ctdb disable/enable in the stub. Also more consistent temporary directory use. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 1db9a533aacc6e02ddbadf76241429144a949e1c)
| | * Tests - eventscripts - improved support functions for handling public IPsMartin Schwenke2012-03-221-9/+27
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 299ce89fb3deeefcc7c01b20197dc6adee1e8194)
| | * Tests - eventscripts - add support functions for policy routing testingMartin Schwenke2012-03-221-0/+55
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 79eec235ac9b051333751186c32924d92e6ebeff)
| | * Update .gitignore for eventscript testing fu.Martin Schwenke2012-03-221-0/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0fc20ab5207d4f812bf62b90a66c707f76742f84)
| | * Tests - eventscripts - fix hardcoding errorMartin Schwenke2012-03-221-1/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 9c30bf7fd3d94884e27a258571a28dca5e460177)
| | * Tests - eventscripts - stub ctdb command updatesMartin Schwenke2012-03-221-50/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Proper IP (re)allocation using ctdbd's IP allocation algorithm. * Therefore, "ctdb ip" works sensibly. * Add enable, disable, moveip. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 6d4b4b1293ba960d8fdf81958d6e8dd23c9d771a)
| | * Tests - eventscripts - more public IPs in default setupMartin Schwenke2012-03-221-0/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 38396185effbcf313678c2e94d4bd20f534c4f03)
| | * Tests - eventscripts - add -A/-D optionsMartin Schwenke2012-03-222-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to spot differences between desired output and actual output. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d132a8f4a8c0573ac447713a71911f02b6f0d73c)
| | * Tests - eventscripts - ip stub command should print errors to stderrMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 236d572556e447e2d82d14d2c8a40ed8cb98944d)
| | * Eventscripts - make 13.per_ip_routing fail gracefully if config is missingMartin Schwenke2012-03-221-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Currently it spews out random messages about the file being missing. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 351ca413eec460330571ca8b01ad269728fe15df)
| | * Eventscripts - make 13.per_ip_routing try harder to find public_addressesMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d4621277240721e6d130a930b0100506b64467ea)