mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
c8918b70b9
There is no reason to serialise these or even handle remote nodes first. Using a broadcast is more efficient and is less code. Update expected test results to reflect changed order of messages. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Mon Mar 23 15:04:00 CET 2015 on sn-devel-104
Unit tests for the ctdb tool (i.e. tools/ctdb). Test case filenames can take 2 forms: * func.<some_function>.NNN.sh Run <some_function> in the ctdb tool code using the ctdb_tool_functest test program. This test program uses test stubs for CTDB client functions. * stubby.<command>.NNN.sh Run the ctdb_tool_stubby test program with <command> as the 1st argument - subsequent are passed to simple_test(). ctdb_tool_stubby is linked against the test stubs for CTDB client functions. To add tests here you may need to add appropriate test stubs.