summaryrefslogtreecommitdiffstats
path: root/tests/line-coverage/meta-max-coverage.t
blob: 16f65dc8a2749ee63d77d332586626efe278f195 (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
#!/bin/bash

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

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume info;

TEST $CLI volume create $V0 $H0:$B0/${V0}
TEST $CLI volume start $V0;

## Mount FUSE
TEST $GFS -s $H0 --volfile-id $V0 $M1

TEST stat $M1/.meta/

# expect failures in rpc-coverage.sh execution.
res=$($(dirname $0)/../basic/rpc-coverage.sh $M1/.meta)

res=$(find $M1/.meta -type f -print | xargs cat > /dev/null)

TEST umount $M1

cleanup;