mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
76d75f8c81
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit f94897ef9504c144937409688fa7a646e0b0ceae)
46 lines
711 B
Bash
Executable File
46 lines
711 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "2 disjoint groups of nodes/addresses, continue a stopped node"
|
|
|
|
# Another LCP2 1.0 bug
|
|
|
|
export CTDB_TEST_LOGLEVEL=0
|
|
|
|
required_result <<EOF
|
|
10.11.19.46 3
|
|
10.11.19.45 3
|
|
10.11.19.44 1
|
|
10.11.18.46 1
|
|
10.11.18.45 3
|
|
10.11.18.44 1
|
|
10.11.17.46 3
|
|
10.11.17.45 3
|
|
10.11.17.44 1
|
|
10.11.16.46 1
|
|
10.11.16.45 3
|
|
10.11.16.44 1
|
|
9.11.136.46 2
|
|
9.11.136.45 0
|
|
9.11.136.44 2
|
|
EOF
|
|
|
|
simple_test 0,0,0,0 <<EOF
|
|
9.11.136.44 2 0,2
|
|
9.11.136.45 2 0,2
|
|
9.11.136.46 2 0,2
|
|
10.11.16.44 1 1,3
|
|
10.11.16.45 3 1,3
|
|
10.11.16.46 1 1,3
|
|
10.11.17.44 1 1,3
|
|
10.11.17.45 3 1,3
|
|
10.11.17.46 3 1,3
|
|
10.11.18.44 1 1,3
|
|
10.11.18.45 3 1,3
|
|
10.11.18.46 1 1,3
|
|
10.11.19.44 1 1,3
|
|
10.11.19.45 3 1,3
|
|
10.11.19.46 3 1,3
|
|
EOF
|