1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/tests/tool/ctdb.reloadnodes.015.sh
Amitay Isaacs eafa12ec22 ctdb-tests: Drop ctdb tool debug level to NOTICE
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2016-07-25 21:29:44 +02:00

27 lines
447 B
Bash
Executable File

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