1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/ctdb/tests/tool/stubby.reloadnodes.017.sh
Martin Schwenke c99d2702ee ctdb-tests: Add unit tests for "reloadnodes" sanity checking
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2015-03-23 12:23:12 +01:00

33 lines
496 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, delete connected middle node"
setup_nodes <<EOF
192.168.20.41
#192.168.20.42
192.168.20.43
EOF
required_result 1 <<EOF
Node 0 is unchanged
Node 1 is DELETED
ERROR: Node 1 is still connected
Node 2 is unchanged
ERROR: Nodes will not be reloaded due to previous error
EOF
simple_test <<EOF
NODEMAP
0 192.168.20.41 0x0 CURRENT RECMASTER
1 192.168.20.42 0x0
2 192.168.20.43 0x0
VNNMAP
654321
0
1
2
EOF