summaryrefslogtreecommitdiffstats
path: root/250/regr/testcase
diff options
context:
space:
mode:
Diffstat (limited to '250/regr/testcase')
-rwxr-xr-x250/regr/testcase33
1 files changed, 0 insertions, 33 deletions
diff --git a/250/regr/testcase b/250/regr/testcase
deleted file mode 100755
index ef07872..0000000
--- a/250/regr/testcase
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-
-description="# Crash in replicate getxattr "
-comments="# When setfattr and getfattr on a set of files are being done simultaneously then whenever getfattr is done on a file not present then the client crashes "
-
-source ../../init
-
-start_glusterfs
-
-sleep 5
-
-
-cd $MOUNTDIR/client1
-
-$SPECDIR/ss.sh 2> $SPECDIR/tmpfile
-if [ $(grep "Transport endpoint is not connected" $SPECDIR/tmpfile | wc -l) -ne 0 ]; then
- not_ok $description
- comment $comments
-else
- ok $description
- comment $comments
-fi
-
-cd -
-
-rm $SPECDIR/tmpfile
-
-cleanup_glusterfs
-
-if [ $(mount | grep "$MOUNTDIR/client1" | wc -l) -ne 0 ]; then
- umount $MOUNTDIR/client1
- rm -r $MOUNTDIR
-fi \ No newline at end of file