diff options
| author | Gaurav Kumar Garg <garg.gaurav52@gmail.com> | 2015-08-31 12:15:50 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2015-08-31 07:43:53 -0700 | 
| commit | 1cc232c9bfad531ec2ee9052fa198519353516a1 (patch) | |
| tree | b889cc6330b8359f56e70cf793ebdb2307faf46b /run-tests.sh | |
| parent | 06a9b9f7a911b75a09eb3cc1b5d44b2392ad141e (diff) | |
tests: rebasing bad tests from mainline branch to release-3.7 branch
Currently mainline and release-3.7 branch not having same bad tests.
So bad tests which are bypassing in mainline still failing in
release-3.7 branch.
Rebasing all bad test from mainline branch to release-3.7 branch.
Change-Id: I2d4b9d1d3c1f37dcdfb092ca0d9c552bf1ddbef7
BUG: 1258344
Signed-off-by: Gaurav Kumar Garg <ggarg@redhat.com>
Reviewed-on: http://review.gluster.org/12056
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
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 | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index a7a73378f31..1e7394bad42 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -195,7 +195,14 @@ function is_bad_test ()  {      local name=$1      for bt in ./tests/basic/quota-anon-fd-nfs.t \ +              ./tests/basic/tier/tier_lookup_heal.t \ +              ./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \ +              ./tests/bugs/snapshot/bug-1109889.t \ +              ./tests/bugs/distribute/bug-1066798.t \                ./tests/basic/mount-nfs-auth.t\ +              ./tests/geo-rep/georep-basic-dr-rsync.t \ +              ./tests/geo-rep/georep-basic-dr-tarssh.t \ +              ./tests/basic/tier/tier.t \                ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \                ; do          [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success  | 
