mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
c99d2702ee
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
33 lines
496 B
Bash
Executable File
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
|