From 7ef768acf706b2f08bbb2b48ef75d9abcc66b5be Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Sun, 13 Dec 2015 11:43:18 +0530 Subject: 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: I7fa9f511c96aa2bc00e4d41d479f67018d369329 BUG: 1291046 Signed-off-by: N Balachandran Reviewed-on: http://review.gluster.org/12958 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Dan Lambright Tested-by: Dan Lambright --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index fb9bd5b5ab6..c34e38b3d91 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/features/weighted-rebalance.t \ ; do -- cgit