summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2017-01-20 11:11:46 -0500
committerShyamsundarR <srangana@redhat.com>2017-11-06 09:57:36 -0500
commit6662516d8d8cc935378a734c5c790a23bcc00ab0 (patch)
tree1d0f488d0f6a76262473e8e18408a8076e12f8f4 /tests
parentaa2c149e0555a8e3d194a5328f66623477e337b9 (diff)
core: remove experimental xlators and associated tests
experimental xlators removed from 3.13 > Cherry picked from 4231c40973c60999f5ef759db450d25e129ef6ba: > Reviewed-on: https://review.gluster.org/17953 > Reviewed-by: jiffin tony Thottan <jthottan@redhat.com> Signed-off-by: ShyamsundarR <srangana@redhat.com> Change-Id: I34419ce22ca09b7626b8f9382c377a614fd9fed8 BUG: 1510022
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/jbr/jbr-volgen.t39
-rwxr-xr-xtests/basic/jbr/jbr.t38
-rw-r--r--tests/features/fdl-overflow.t72
-rw-r--r--tests/features/fdl.t44
-rw-r--r--tests/features/recon.t59
5 files changed, 0 insertions, 252 deletions
diff --git a/tests/basic/jbr/jbr-volgen.t b/tests/basic/jbr/jbr-volgen.t
deleted file mode 100644
index f368710c158..00000000000
--- a/tests/basic/jbr/jbr-volgen.t
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../../include.rc
-. $(dirname $0)/../../volume.rc
-
-volfiles=${GLUSTERD_WORKDIR}/vols/${V0}/
-check_brick_volfiles () {
- for vf in ${volfiles}${V0}.$(hostname).*.vol; do
- grep -qs experimental/jbr $vf || return
- # At least for now, nothing else would put a client translator
- # in a brick volfile.
- grep -qs protocol/client $vf || return
- done
- echo "OK"
-}
-
-TEST glusterd
-TEST pidof glusterd
-
-TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2}
-TEST $CLI volume set $V0 cluster.jbr on
-
-# Check that the client volfile got modified properly.
-TEST grep -qs experimental/jbrc ${volfiles}${V0}.tcp-fuse.vol
-
-# Check that the brick volfiles got modified as well.
-EXPECT "OK" check_brick_volfiles
-
-# Put things back and make sure the "undo" worked.
-TEST $CLI volume set $V0 cluster.jbr off
-TEST $CLI volume start $V0
-TEST $GFS -s $H0 --volfile-id $V0 $M0
-echo hello > $M0/probe
-EXPECT hello cat ${B0}/${V0}1/probe
-EXPECT hello cat ${B0}/${V0}2/probe
-
-cleanup
-#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=1385758
-#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=1385758
diff --git a/tests/basic/jbr/jbr.t b/tests/basic/jbr/jbr.t
deleted file mode 100755
index 605344b5a7e..00000000000
--- a/tests/basic/jbr/jbr.t
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../../include.rc
-. $(dirname $0)/../../volume.rc
-. $(dirname $0)/../../cluster.rc
-. $(dirname $0)/../../snapshot.rc
-. $(dirname $0)/../../fdl.rc
-
-cleanup;
-
-TEST verify_lvm_version;
-#Create cluster with 3 nodes
-TEST launch_cluster 3;
-TEST setup_lvm 3
-
-TEST $CLI_1 peer probe $H2;
-TEST $CLI_1 peer probe $H3;
-EXPECT_WITHIN $PROBE_TIMEOUT 2 peer_count;
-
-TEST $CLI_1 volume create $V0 replica 3 $H1:$L1 $H2:$L2 $H3:$L3
-TEST $CLI_1 volume set $V0 cluster.jbr on
-TEST $CLI_1 volume set $V0 cluster.jbr.quorum-percent 100
-TEST $CLI_1 volume set $V0 features.fdl on
-#TEST $CLI_1 volume set $V0 diagnostics.brick-log-level DEBUG
-TEST $CLI_1 volume start $V0
-
-TEST glusterfs --volfile-id=$V0 --volfile-server=$H1 --entry-timeout=0 $M0;
-
-EXPECT_WITHIN $CHILD_UP_TIMEOUT "3" jbrc_child_up_status $V0 0
-
-echo "file" > $M0/file1
-TEST stat $L1/file1
-TEST stat $L2/file1
-TEST stat $L3/file1
-
-cleanup;
-#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=1385758
-#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=1385758
diff --git a/tests/features/fdl-overflow.t b/tests/features/fdl-overflow.t
deleted file mode 100644
index 34b941d2f2a..00000000000
--- a/tests/features/fdl-overflow.t
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../include.rc
-. $(dirname $0)/../volume.rc
-. $(dirname $0)/../fdl.rc
-
-_check_sizes () {
- local n=0
- local sz
- local total_sz=0
-
- # We don't care about the sizes of the meta files. That would be
- # embedding too much of the implementation into the test.
- n=$(ls ${log_base}/${log_id}-meta-*.jnl | wc -l)
- [ $n = 2 ] || return 1
-
- # We *do* care about the sizes of the data files, which should exactly
- # reflect the amount of data written via dd.
- n=0
- while read sz name; do
- G_LOG "found journal ${name} size ${sz}MB"
- n=$((n+1))
- total_sz=$((total_sz+sz))
- done < <(du -sm ${log_base}/${log_id}-data-*.jnl)
- [ $n = 2 ] || return 1
- # On our CentOS and NetBSD regression-test systems, but not on my Fedora
- # development system, each file ends up being slightly larger than its
- # data size because of metadata, and 'du' rounds that up to a full extra
- # megabyte. We'll allow either result, because what we're really
- # looking for is a complete failure to roll over from one file to
- # another at the appropriate size.
- [ $total_sz = 20 -o $total_sz = $((n+20)) ] || return 1
-
- return 0
-}
-
-check_sizes () {
- set -x
- _check_sizes
- ret=$?
- set +x
- return ret
-}
-
-if [ x"$OSTYPE" = x"NetBSD" ]; then
- CREAT_OFLAG="creat,"
-else
- CREAT_OFLAG=""
-fi
-
-TEST rm -f ${log_base}/${log_id}-*.log
-TEST glusterd
-TEST pidof glusterd
-
-# Get a simple volume set up and mounted with FDL active.
-TEST $CLI volume create $V0 ${H0}:${B0}/${V0}-0
-TEST $CLI volume set $V0 changelog.changelog off
-TEST $CLI volume set $V0 features.fdl on
-TEST $CLI volume start $V0
-TEST $GFS -s $H0 --volfile-id $V0 $M0
-
-# Generate some I/O and unmount/stop so we can see log sizes.
-TEST dd if=/dev/zero of=$M0/twentyMB bs=1048576 count=20 \
- oflag=${CREAT_OFLAG}sync
-TEST umount $M0
-TEST $CLI volume stop $V0
-
-TEST _check_sizes
-
-cleanup
-#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=1385758
-#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=1385758
diff --git a/tests/features/fdl.t b/tests/features/fdl.t
deleted file mode 100644
index 5a3c13fc850..00000000000
--- a/tests/features/fdl.t
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../include.rc
-. $(dirname $0)/../volume.rc
-. $(dirname $0)/../fdl.rc
-
-if [ x"$OSTYPE" = x"NetBSD" ]; then
- CREAT_OFLAG="creat,"
-else
- CREAT_OFLAG=""
-fi
-
-TEST rm -f $FDL_META_FILE $FDL_DATA_FILE
-TEST glusterd
-TEST pidof glusterd
-
-# Get a simple volume set up and mounted with FDL active.
-TEST $CLI volume create $V0 ${H0}:${B0}/${V0}-0
-TEST $CLI volume set $V0 changelog.changelog off
-TEST $CLI volume set $V0 features.fdl on
-TEST $CLI volume start $V0
-TEST $GFS -s $H0 --volfile-id $V0 $M0
-
-# Generate some I/O and unmount.
-TEST mkdir -p $M0/abc/def
-TEST dd if=/dev/zero of=$M0/abc/def/ghi bs=128 count=2 \
- oflag=${CREAT_OFLAG}sync
-TEST chmod 314 $M0/abc/def/ghi
-TEST rm -rf $M0/abc
-TEST umount $M0
-
-# Check that gf_logdump works, and shows the ops we just issued. There will be
-# more SETATTR ops than the one corresponding to our chmod, because some are
-# issued internally. We have to guess a bit about where the log will be.
-TEST check_logfile GF_FOP_MKDIR 2
-TEST check_logfile GF_FOP_CREATE 1
-TEST check_logfile GF_FOP_WRITE 2
-TEST check_logfile GF_FOP_SETATTR 1
-TEST check_logfile GF_FOP_UNLINK 1
-TEST check_logfile GF_FOP_RMDIR 2
-
-cleanup
-#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=1385758
-#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=1385758
diff --git a/tests/features/recon.t b/tests/features/recon.t
deleted file mode 100644
index 82ef6fd755d..00000000000
--- a/tests/features/recon.t
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../traps.rc
-. $(dirname $0)/../include.rc
-. $(dirname $0)/../volume.rc
-. $(dirname $0)/../fdl.rc
-
-tmpdir=$(mktemp -d -t ${0##*/}.XXXXXX)
-push_trapfunc "rm -rf $tmpdir"
-
-write_file () {
- echo "peekaboo" > $1
-}
-
-TEST rm -f $FDL_META_FILE $FDL_DATA_FILE
-TEST glusterd
-TEST pidof glusterd
-
-# Get a simple volume set up and mounted with FDL active.
-TEST $CLI volume create $V0 ${H0}:${B0}/${V0}-0
-TEST $CLI volume set $V0 features.fdl on
-TEST $CLI volume start $V0
-TEST $GFS -s $H0 --volfile-id $V0 $M0
-
-# Generate some I/O and then copy off the journal files for later.
-TEST mkdir -p $M0/abc/def
-TEST write_file $M0/abc/def/ghi
-#EST chmod 314 $M0/abc/def/ghi
-cp ${FDL_META_FILE} ${FDL_DATA_FILE} ${tmpdir}
-
-# Get back to an empty state and unmount.
-TEST rm -rf $M0/abc
-TEST umount $M0
-
-# Make sure we really are in an empty state. Otherwise the tests below could
-# pass just because we never cleaned up in the first place.
-TEST [ ! -d ${B0}/${V0}-0/abc ]
-
-# Create a stub volfile.
-vol_file=${GLUSTERD_WORKDIR}/vols/${V0}/${V0}.${H0}.${log_id}.vol
-vol_id_line=$(grep volume-id ${vol_file})
-cat > ${tmpdir}/recon.vol << EOF
-volume recon-posix
- type storage/posix
- option directory ${B0}/${V0}-0
-${vol_id_line}
-end-volume
-EOF
-
-TEST gf_recon ${tmpdir}/recon.vol ${tmpdir}/$(basename ${FDL_META_FILE}) \
- ${tmpdir}/$(basename ${FDL_DATA_FILE})
-
-TEST [ -d ${B0}/${V0}-0/abc/def ]
-EXPECT "peekaboo" cat ${B0}/${V0}-0/abc/def/ghi
-# TBD: test permissions, xattrs
-
-cleanup
-#G_TESTDEF_TEST_STATUS_CENTOS6=KNOWN_ISSUE,BUG=1385758
-#G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=1385758