repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:script/tests: add a test for VSS write behaviour
[Samba.git]
/
ctdb
/
tests
/
tool
/
ctdb.reloadnodes.013.sh
blob
1402b9dcb6d297ae6c9f317673dc05ce0f1bc966
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"3 nodes, delete connected last node"
6
7
setup_nodes
<<EOF
8
192.168.20.41
9
192.168.20.42
10
#192.168.20.43
11
EOF
12
13
setup_ctdbd
<<EOF
14
NODEMAP
15
0 192.168.20.41 0x0 CURRENT RECMASTER
16
1 192.168.20.42 0x0
17
2 192.168.20.43 0x0
18
EOF
19
20
required_result
1
<<EOF
21
Node 2 is DELETED
22
ERROR: Node 2 is still connected
23
ERROR: Nodes will not be reloaded due to previous error
24
EOF
25
26
simple_test