summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-916549.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-916549.t')
-rwxr-xr-xtests/bugs/bug-916549.t19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/bugs/bug-916549.t b/tests/bugs/bug-916549.t
deleted file mode 100755
index 344c6abaaf1..00000000000
--- a/tests/bugs/bug-916549.t
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../include.rc
-
-cleanup;
-
-TEST glusterd;
-TEST $CLI volume create $V0 $H0:$B0/${V0}1;
-TEST $CLI volume start $V0;
-
-pid_file=$(ls $GLUSTERD_WORKDIR/vols/$V0/run);
-brick_pid=$(cat $GLUSTERD_WORKDIR/vols/$V0/run/$pid_file);
-
-
-kill -SIGKILL $brick_pid;
-TEST $CLI volume start $V0 force;
-TEST process_leak_count $(pidof glusterd);
-
-cleanup;