summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorRavishankar N <ravishankar@redhat.com>2015-05-29 12:17:29 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-29 23:02:11 -0700
commit543d24312c1e2082b4f724ee233ceb410abb107b (patch)
tree0b9210bc3bb2f58f1aebd1b70de46cb492dba1a6 /run-tests.sh
parent145f0ab3540fb922ecd109170a76c347c5dfad78 (diff)
tests: Remove tests from bad tests
Selective backport of http://review.gluster.org/10930 Removing the following tests because they are one-off failures and the logs do not show anything significant. ./tests/bugs/replicate/bug-1015990.t ./tests/basic/afr/read-subvol-entry.t ./tests/basic/afr/sparse-file-self-heal.t ./tests/bugs/glusterfs/bug-867253.t Removing the following tests as they are fixed by 10958 ./tests/basic/ec/quota.t ./tests/basic/quota-nfs.t ./tests/bugs/quota/bug-1035576.t Removing ./tests/bugs/disperse/bug-1187474.t as it is fixed by 10926 Change-Id: I7cda1c83428e170a7936f19548962c2899fa9c1e BUG: 1225077 Signed-off-by: Ravishankar N <ravishankar@redhat.com> Reviewed-on: http://review.gluster.org/10990 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 21b26c28de5..28d8b9a77ce 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,17 +195,9 @@ function is_bad_test ()
{
local name=$1
for bt in ./tests/basic/uss.t \
- ./tests/bugs/replicate/bug-1015990.t \
- ./tests/basic/afr/read-subvol-entry.t \
- ./tests/basic/ec/quota.t \
./tests/basic/tier/tier.t \
- ./tests/basic/quota-nfs.t \
- ./tests/bugs/quota/bug-1035576.t \
- ./tests/bugs/glusterfs/bug-867253.t \
./tests/bugs/glusterd/bug-974007.t \
./tests/basic/quota-anon-fd-nfs.t \
- ./tests/bugs/disperse/bug-1187474.t \
- ./tests/basic/afr/sparse-file-self-heal.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done