From 2a568e0c0fd3f23a94cc87bf4c0bd07aaa65d5a5 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Tue, 1 Sep 2015 11:24:09 +0530 Subject: tests: Remove geo-rep tests from bad tests Remove 'tests/geo-rep/georep-basic-dr-rsync.t' and 'tests/geo-rep/georep-basic-dr-tarssh.t' from bad tests as it passes on linux machines. It is disabled only in NetBSD untill portability issues are fixed. (https://bugzilla.redhat.com/show_bug.cgi?id=1257847) Also add increase sleep timining to let the data sync. Change-Id: Ifc831353a345bcf5605fc4dfba693df891bb6d5b BUG: 1227624 Signed-off-by: Kotresh HR Reviewed-on: http://review.gluster.org/12072 Reviewed-by: Raghavendra Talur Tested-by: Gluster Build System Tested-by: NetBSD Build System --- run-tests.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 5d657945850..dc3dd8aec8b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -198,8 +198,6 @@ function is_bad_test () ./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \ ./tests/bugs/snapshot/bug-1109889.t \ ./tests/bugs/distribute/bug-1066798.t \ - ./tests/geo-rep/georep-basic-dr-rsync.t \ - ./tests/geo-rep/georep-basic-dr-tarssh.t \ ./tests/basic/afr/arbiter-statfs.t \ ./tests/basic/tier/tier.t \ ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \ -- cgit