summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorJoseph Fernandes <josferna@redhat.com>2015-05-21 11:17:59 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-30 08:07:35 -0700
commit3b4980919bf23b952fa5155bc8f9d59613cbafb7 (patch)
tree3e9e234eaf67ebd81d2aac6c7fc288a53bcd0c1c /run-tests.sh
parent0308c7a2800f52810093af780c42b6c6616c2aed (diff)
tier/tier.t: Fixing tier.t crash in regression runs
1) If the database file exists a. Dont try re-creating the db schema b. Dont try re-configuring the db. 2) Dont assert in fini_db () when connection is NULL >> Signed-off-by: Joseph Fernandes <josferna@redhat.com> >> Reviewed-on: http://review.gluster.org/10870 >> Tested-by: NetBSD Build System >> Tested-by: Gluster Build System <jenkins@build.gluster.com> >> Reviewed-by: Vijay Bellur <vbellur@redhat.com> >> Signed-off-by: Joseph Fernandes <josferna@redhat.com> >>Change-Id: Idd2833f55caaa6b3a77d935d877d6c4d2994da6a Change-Id: Ia2e044fce4e41bccc8fdada1cb21f240fdbd55df BUG: 1225077 Signed-off-by: Joseph Fernandes <josferna@redhat.com> Reviewed-on: http://review.gluster.org/10992 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index bc51a96f1ad..bd9fec6bab5 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,7 +195,6 @@ function is_bad_test ()
{
local name=$1
for bt in ./tests/basic/uss.t \
- ./tests/basic/tier/tier.t \
./tests/basic/quota-anon-fd-nfs.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success