vfs_delay_inject: adding delay to VFS calls
[Samba.git] / ctdb / tests / takeover_helper / 220.sh
blobd8c7823c03835a85f3042d5af34e8d207e8c7b3a
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "3 nodes, all ok, IPs all unassigned, TAKEOVER_IP timeout"
7 setup_ctdbd <<EOF
8 NODEMAP
9 0 192.168.20.41 0x0 CURRENT RECMASTER
10 1 192.168.20.42 0x0
11 2 192.168.20.43 0x0
13 IFACES
14 :Name:LinkStatus:References:
15 :eth2:1:2:
16 :eth1:1:4:
18 PUBLICIPS
19 10.0.0.31 -1
20 10.0.0.32 -1
21 10.0.0.33 -1
23 CONTROLFAILS
24 89 1 TIMEOUT CTDB_CONTROL_TAKEOVER_IP fake timeout
25 EOF
27 required_result 110 <<EOF
28 TAKEOVER_IP 10.0.0.32 failed to node 1, ret=110
29 Assigning banning credits to node 1
30 takeover run failed, ret=110
31 EOF
32 test_takeover_helper
34 required_result 0 <<EOF
35 Public IPs on ALL nodes
36 10.0.0.31 2
37 10.0.0.32 -1
38 10.0.0.33 0
39 EOF
40 test_ctdb_ip_all