summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2017-01-12 11:14:49 +0530
committerJeff Darcy <jdarcy@redhat.com>2017-01-13 10:57:37 -0800
commitfaa5f166f2bee549ad4aeeb4d73c2856c4d703fb (patch)
treeddfc3ead5e877da1c84607f3264418bcd59bbcb1 /tests
parent91ad7fe0ed8e8ce8f5899bb5ebbbbe57ede7dd43 (diff)
tests/distribute: remove bug-1063230.t
bug-1063230.t does not add value and has diverged from the original BZ it was supposed to test. Change-Id: I13ae1c68c276233dd53548d1333e3eb4b936785d BUG: 1412467 Signed-off-by: N Balachandran <nbalacha@redhat.com> Reviewed-on: http://review.gluster.org/16379 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bugs/distribute/bug-1063230.t29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/bugs/distribute/bug-1063230.t b/tests/bugs/distribute/bug-1063230.t
deleted file mode 100755
index 944c6c296f6..00000000000
--- a/tests/bugs/distribute/bug-1063230.t
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../../include.rc
-. $(dirname $0)/../../volume.rc
-
-cleanup;
-
-TEST glusterd
-TEST pidof glusterd
-TEST $CLI volume create $V0 $H0:$B0/brick0 $H0:$B0/brick1
-TEST $CLI volume start $V0
-
-sleep 5
-
-TEST glusterfs -s $H0 --volfile-id $V0 $M0
-
-var=`gluster volume rebalance $V0 start force`
-
-EXPECT "0" echo $?
-
-var1="volume rebalance: $V0: success: Rebalance on $V0 has \
-been started successfully. Use rebalance status command to \
-check status of the rebalance process."
-
-echo $var | grep "$var1"
-
-EXPECT "0" echo $?
-
-cleanup