summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/takeover/lcp2.029.sh
blob: 535496301329fcf721ced9fb86305c0a8991bb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "4 nodes, some IPs unassigned on target nodes"

export CTDB_TEST_LOGLEVEL=INFO

required_result <<EOF
${TEST_DATE_STAMP} 10.19.99.251 -> 2 [+9216]
${TEST_DATE_STAMP} 130.216.30.173 -> 2 [+24345]
${TEST_DATE_STAMP} 130.216.30.171 -> 2 [+39970]
130.216.30.181 0
130.216.30.180 1
130.216.30.179 2
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 2
130.216.30.172 3
130.216.30.171 2
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 2
10.19.99.250 3
EOF

# In this example were 4 releases from node 2 in a previous iteration
#
#   Release of IP 130.216.30.179/27 on interface ethX1  node:3
#   Release of IP 130.216.30.173/27 on interface ethX1  node:0
#   Release of IP 130.216.30.171/27 on interface ethX1  node:1
#   Release of IP 10.19.99.251/22 on interface ethX2  node:0
#
# However, one release failed so no takeovers were done.  This means
# that the target node for each IP still thinks that the IPs are held
# by node 2.  The release of 130.216.30.179 was so late that node 2
# still thought that it held that address.

simple_test 0,0,0,0 multi <<EOF
130.216.30.181 0
130.216.30.180 1
130.216.30.179 3
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 2
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 2
10.19.99.250 3

130.216.30.181 0
130.216.30.180 1
130.216.30.179 3
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 2
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3

130.216.30.181 0
130.216.30.180 1
130.216.30.179 2
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3

130.216.30.181 0
130.216.30.180 1
130.216.30.179 2
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3
EOF