summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-1213295-snapd-svc-uninitialized.t
blob: 1dbfdf8697b34b3c4974111fe80141cb66f17e65 (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
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../cluster.rc

cleanup

TEST launch_cluster 2;
TEST $CLI_1 peer probe $H2;
EXPECT_WITHIN $PROBE_TIMEOUT 1 peer_count

TEST $CLI_1 volume create $V0 $H1:$B1/$V0 $H2:$B2/$V0
TEST $CLI_1 volume start $V0

kill_glusterd 2
TEST start_glusterd 2

EXPECT_WITHIN $PROBE_TIMEOUT 1 peer_count

#volume stop should not crash
TEST $CLI_2 volume stop $V0

# check whether glusterd instance is running on H2 as this is the node which
# restored the volume configuration after a restart
EXPECT_WITHIN $PROBE_TIMEOUT 1 peer_count
cleanup