diff options
author | Martin Schwenke <martin@meltin.net> | 2018-04-05 16:12:31 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2018-05-01 13:31:19 +0200 |
commit | f4fe768ca3518873b24e74ba4857c870fac1e46d (patch) | |
tree | cac04e2fb09b61021c4ca1cf952ba89d59042c55 /ctdb/tests | |
parent | 8a835ae175ddfb5c6b2644d576199043a145dd3d (diff) | |
download | samba-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/README | 26 |
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. |