summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-12-10 01:27:53 +0100
committerKaleb KEITHLEY <kkeithle@redhat.com>2015-12-11 06:11:01 -0800
commit61e08fa705fad33243fd1da7b4ace4f14900d567 (patch)
treec47c67b8e3ebb6c3ddd15cfad3aa63cca1ff5292
parent3de606533048a4aa42545eef19dfefc23315c67f (diff)
tests: mark several tests as bad
There are currently several spurious tests. We should bundle adding them to the bad test list into one patch so that they don't prevent each other's regression runs from succeeding... Failing on Linux: ================= tests/basic/afr/split-brain-healing.t: https://build.gluster.org/job/rackspace-regression-2GB-triggered/16680/consoleFull tests/basic/afr/sparse-file-self-heal.t: https://build.gluster.org/job/rackspace-regression-2GB-triggered/16682/consoleFull tests/basic/afr/replace-brick-self-heal.t: https://build.gluster.org/job/rackspace-regression-2GB-triggered/16681/consoleFull tests/bugs/tier/bug-1279376-rename-demoted-file.t: https://build.gluster.org/job/rackspace-regression-2GB-triggered/16675/consoleFull this one thows core: tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t https://build.gluster.org/job/rackspace-regression-2GB-triggered/16674/consoleFull Failing on NetBSD: ================== tests/basic/afr/arbiter-statfs.t: https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/12551/consoleFull tests/features/weighted-rebalance.t: https://build.gluster.org/job/rackspace-netbsd7-regression-triggered/12538/consoleFull > Change-Id: I1f48d5631d761b5d3e736bfd918f483bdbd36c5a > BUG: 1290270 > Signed-off-by: Michael Adam <obnox@samba.org> > Reviewed-on: http://review.gluster.org/12933 > Reviewed-by: Ravishankar N <ravishankar@redhat.com> > Tested-by: NetBSD Build System <jenkins@build.gluster.org> > Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> (cherry picked from commit d07983bff768e919fd867c27f8cca9c346e4eca9) Change-Id: I1d390baf143815d7d18e8d0b033edf2de80a2931 BUG: 1290532 Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-on: http://review.gluster.org/12941 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rwxr-xr-xrun-tests.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 3ad6cc60b44..59036853efd 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -207,6 +207,13 @@ function is_bad_test ()
./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
./tests/bugs/glusterd/bug-948686.t \
./tests/bugs/fuse/bug-924726.t \
+ ./tests/basic/afr/split-brain-healing.t \
+ ./tests/basic/afr/sparse-file-self-heal.t \
+ ./tests/basic/afr/replace-brick-self-heal.t \
+ ./tests/bugs/tier/bug-1279376-rename-demoted-file.t \
+ ./tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t \
+ ./tests/basic/afr/arbiter-statfs.t \
+ ./tests/features/weighted-rebalance.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done