From 543d24312c1e2082b4f724ee233ceb410abb107b Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Fri, 29 May 2015 12:17:29 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10990 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- run-tests.sh | 8 -------- 1 file changed, 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 -- cgit