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.002.sh
Martin Schwenke 2cb2aa58d0 ctdb-tests: Add "ctdb reloadnodes" unit tests
A basic test and some for cross-node consistency checking.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2015-03-23 12:23:12 +01:00

35 lines
480 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, no change, inconsistent file on 1"
setup_nodes <<EOF
192.168.20.41
192.168.20.42
192.168.20.43
EOF
setup_nodes 1 <<EOF
192.168.20.41
#192.168.20.42
192.168.20.43
EOF
required_result 255 <<EOF
ERROR: Node file on node 1 differs from current node (0)
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