From 628198deaf0bc3192607a01ccfaa7a605723fa4d Mon Sep 17 00:00:00 2001 From: Joseph Fernandes Date: Thu, 21 May 2015 11:17:59 +0530 Subject: 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 Change-Id: I15dd103fe7542f70113c1d5e539a99f8cd062be4 BUG: 1163543 Signed-off-by: Joseph Fernandes Reviewed-on: http://review.gluster.org/10870 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index ccc52f32997..d924332b073 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -197,7 +197,6 @@ function is_bad_test () for bt in ./tests/basic/uss.t \ ./tests/bugs/replicate/bug-1015990.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 \ -- cgit