diff options
author | N Balachandran <nbalacha@redhat.com> | 2015-12-09 19:36:42 +0530 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-12-10 06:43:19 -0800 |
commit | aeaee78c4ec88f3c00efe22edc796102e03291da (patch) | |
tree | bf47ff34d49427d0dfe46862b0d7d44bd7540de9 /run-tests.sh | |
parent | 3949541b21b1d03ab37c7ab39f95581d553251d4 (diff) |
tests/tier: spurious failure in rename test
bug-1279376-rename-demoted-file.t fails sometimes
The fix is based on the assumption that the test
failed because the demotion happened too quickly.
Change-Id: Ieccc736f387fcf6afaa72fa9918adb6dd34f2c8a
BUG: 1289845
Signed-off-by: N Balachandran <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/12926
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Dan Lambright <dlambrig@redhat.com>
Tested-by: Dan Lambright <dlambrig@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 4736c7806ad..e6d9ceeafe5 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -210,7 +210,6 @@ function is_bad_test () ./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 \ |