diff options
author | Joseph Fernandes <josferna@redhat.com> | 2015-05-21 11:17:59 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-27 03:58:41 -0700 |
commit | 628198deaf0bc3192607a01ccfaa7a605723fa4d (patch) | |
tree | 6e1a77aabd77b83d89dff2f98f25f06527a72452 /run-tests.sh | |
parent | 3b666b40efbed157e8c5991f29b345d93b28c659 (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
Change-Id: I15dd103fe7542f70113c1d5e539a99f8cd062be4
BUG: 1163543
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>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |