summaryrefslogtreecommitdiffstats
path: root/tests/bugs/disperse
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2015-04-08 17:17:13 -0400
committerVijay Bellur <vbellur@redhat.com>2015-04-09 09:49:32 +0000
commit0086a55bb7de1ef5dc7a24583f5fc2b560e835fd (patch)
tree31f4bffae392f0d0601b22b22a0573daea4f60f7 /tests/bugs/disperse
parent093639d8003695889923cc7a106519c1f9a4e2f0 (diff)
tests: remove tests for clear-locks
These are suspected of causing core dumps during regression tests, leading to spurious failures. Per email conversation, since this isn't a supported feature anyway, the tests are being removed to facilitate testing of features we do support. Change-Id: I7fd5c76d26dd6c3ffa91f89fc10469ae3a63afdf BUG: 1195415 Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: http://review.gluster.org/10167 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/bugs/disperse')
-rw-r--r--tests/bugs/disperse/bug-1179050.t23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/bugs/disperse/bug-1179050.t b/tests/bugs/disperse/bug-1179050.t
deleted file mode 100644
index ea2d7b39838..00000000000
--- a/tests/bugs/disperse/bug-1179050.t
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../../include.rc
-. $(dirname $0)/../../volume.rc
-
-cleanup
-
-TEST glusterd
-TEST pidof glusterd
-TEST $CLI volume create $V0 redundancy 1 $H0:$B0/${V0}{0..2}
-EXPECT "Created" volinfo_field $V0 'Status'
-TEST $CLI volume start $V0
-EXPECT_WITHIN $PROCESS_UP_TIMEOUT "Started" volinfo_field $V0 'Status'
-TEST $GFS --volfile-id=/$V0 --volfile-server=$H0 $M0
-EXPECT_WITHIN $CHILD_UP_TIMEOUT "3" ec_child_up_count $V0 0
-
-TEST $CLI volume clear-locks $V0 / kind all inode
-
-sleep 1
-
-EXPECT "3" ec_child_up_count $V0 0
-
-cleanup