summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs/glusterd/bug-1318591-skip-non-directories-inside-vols.t31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/bugs/glusterd/bug-1318591-skip-non-directories-inside-vols.t b/tests/bugs/glusterd/bug-1318591-skip-non-directories-inside-vols.t
new file mode 100644
index 00000000000..c776b489957
--- /dev/null
+++ b/tests/bugs/glusterd/bug-1318591-skip-non-directories-inside-vols.t
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+. $(dirname $0)/../../include.rc
+. $(dirname $0)/../../volume.rc
+. $(dirname $0)/../../env.rc
+. $(dirname $0)/../../snapshot.rc
+
+cleanup;
+
+TEST verify_lvm_version
+TEST glusterd
+TEST pidof glusterd
+
+TEST setup_lvm 1
+
+TEST $CLI volume create $V0 $H0:$L1
+TEST $CLI volume start $V0
+
+TEST $CLI volume status $V0;
+
+TEST touch $GLUSTERD_WORKDIR/vols/file
+
+TEST $CLI snapshot create snap1 $V0 no-timestamp
+
+TEST touch $GLUSTERD_WORKDIR/snaps/snap1/file
+
+TEST killall_gluster
+
+TEST glusterd
+
+cleanup;