mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b933b91a0b
In this case: ctdbd_wrapper, onnode, ctdb_diagnostics, ctdb.sudoers. Set sensible defaults from configure options. Update documentation to match, trying to fix up anything that has been missed before. The onnode unit tests need a symlink to the functions file. The simple integration tests need to set CTDB_BASE and also need symlinks to functions/nodes. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Jose A. Rivera <jarrpa@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> fixup Signed-off-by: Martin Schwenke <martin@meltin.net> |
||
---|---|---|
.. | ||
scripts | ||
stubs | ||
0001.sh | ||
0002.sh | ||
0003.sh | ||
0004.sh | ||
0005.sh | ||
0006.sh | ||
0070.sh | ||
0071.sh | ||
0072.sh | ||
0075.sh | ||
0080.sh | ||
0081.sh | ||
0090.sh | ||
0091.sh | ||
functions | ||
nodes | ||
README |
onnode unit tests ================= Examples: * ../run_tests.sh . Run all tests, displaying output. * ../run_tests.sh -s . Run all tests, displaying output and a summary. * ../run_tests.sh -sq . Run all tests, displaying only a summary. * ONNODE=onnode-buggy-001 ../run_tests.sh -s . Run against stubs/onnode-buggy-001 instead of default onnode version. Add more buggy versions of onnode to this directory as bugs are fixed to enable test validation using this feature. * ../run_tests.sh ./009*.sh Run only the specified tests. * ONNODE="stubs/onnode-buggy-001" ../run_tests.sh -X ./0090.sh ../run_tests.sh -X ./0090.sh Debug the specified test or test failure by tracing onnode with "bash -x". The test will fail because the bash trace output will be included in the test output. To see if the test pases, the -X can be dropped...