From 5728766b4ce46cae41d293e7511c6430c9707dac Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 26 Jan 2010 20:46:09 +0530 Subject: More changes. --- 250/regr/testcase | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 250/regr/testcase (limited to '250/regr/testcase') 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 -- cgit