summaryrefslogtreecommitdiff
path: root/ctdb/tests
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-04-05 16:12:31 +1000
committerMartin Schwenke <martins@samba.org>2018-05-01 13:31:19 +0200
commitf4fe768ca3518873b24e74ba4857c870fac1e46d (patch)
treecac04e2fb09b61021c4ca1cf952ba89d59042c55 /ctdb/tests
parent8a835ae175ddfb5c6b2644d576199043a145dd3d (diff)
downloadsamba-f4fe768ca3518873b24e74ba4857c870fac1e46d.tar.gz
ctdb-docs: Move remaining test options to README
Test options do not belong in the user documentation. Move them to the README file in the tests/ subdirectory. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests')
-rw-r--r--ctdb/tests/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/ctdb/tests/README b/ctdb/tests/README
index c9eec4d48ba..1cbd7658daa 100644
--- a/ctdb/tests/README
+++ b/ctdb/tests/README
@@ -137,3 +137,29 @@ Test and debugging variable options
expense of some consistency checking
* Disables real-time scheduling
+
+ CTDB_DEBUG_HUNG_SCRIPT_LOGFILE=FILENAME
+ FILENAME specifies where log messages should go when
+ debugging hung eventscripts. This is a testing option. See
+ also CTDB_DEBUG_HUNG_SCRIPT.
+
+ No default. Messages go to stdout/stderr and are logged to
+ the same place as other CTDB log messages.
+
+ CTDB_SYS_ETCDIR=DIRECTORY
+ DIRECTORY containing system configuration files. This is
+ used to provide alternate configuration when testing and
+ should not need to be changed from the default.
+
+ Default is /etc.
+
+ CTDB_RUN_TIMEOUT_MONITOR=yes|no
+ Whether CTDB should simulate timing out monitor
+ events. This uses the 99.timeout eventscript.
+
+ Default is no.
+
+ CTDB_VARDIR=DIRECTORY
+ DIRECTORY containing CTDB files that are modified at runtime.
+
+ Defaults to /usr/local/var/lib/ctdb.