diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2015-08-24 16:20:06 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-08-25 02:43:55 -0700 |
commit | 255b4ba477f5163b59efee1c9f62845eb86067a2 (patch) | |
tree | e6f05d6c1c8e8c06ca7ecaaca770879912beba22 /run-tests.sh | |
parent | 90c7c30c3aa9417793ae972b2b9051bc5200e7e4 (diff) |
tests: add arbiter-statfs.t/tier.t to bad tests
Recent regression links for proof:
http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/9611/consoleFull
https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/9616/consoleFull
https://build.gluster.org/job/rackspace-regression-2GB-triggered/13613/consoleFull
Filed https://bugzilla.redhat.com/show_bug.cgi?id=1256588 for tracking
arbiter-statfs.t spurious failure and
https://bugzilla.redhat.com/show_bug.cgi?id=1231268 is going to track tier.t's
issue.
https://bugzilla.redhat.com/show_bug.cgi?id=1231268
Change-Id: I61dc8f3d3366b2c784e3ce82bd88900f2651cbef
BUG: 1254127
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/12005
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 2196426d634..db4240f9660 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -201,7 +201,9 @@ function is_bad_test () ./tests/basic/mount-nfs-auth.t \ ./tests/geo-rep/georep-basic-dr-rsync.t \ ./tests/geo-rep/georep-basic-dr-tarssh.t \ - ; do + ./tests/basic/afr/arbiter-statfs.t \ + ./tests/basic/tier/tier.t \ + ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done return 1 # bash: non-zero means false/failure |