summaryrefslogtreecommitdiffstats
path: root/tests/geo-rep/georep-basic-dr-tarssh.t
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2015-09-01 11:24:09 +0530
committerJeff Darcy <jdarcy@redhat.com>2015-09-01 05:59:43 -0700
commit2a568e0c0fd3f23a94cc87bf4c0bd07aaa65d5a5 (patch)
treecac3d8d5e3d93c231bff3aa542c8cb539c7d2db8 /tests/geo-rep/georep-basic-dr-tarssh.t
parent7b390983768e833a8df15b994038155c53d71bdd (diff)
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 <khiremat@redhat.com> Reviewed-on: http://review.gluster.org/12072 Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/geo-rep/georep-basic-dr-tarssh.t')
-rw-r--r--tests/geo-rep/georep-basic-dr-tarssh.t8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/geo-rep/georep-basic-dr-tarssh.t b/tests/geo-rep/georep-basic-dr-tarssh.t
index ccf688c2701..2985b2e5de0 100644
--- a/tests/geo-rep/georep-basic-dr-tarssh.t
+++ b/tests/geo-rep/georep-basic-dr-tarssh.t
@@ -70,7 +70,7 @@ EXPECT 2 check_status_num_rows "Active"
EXPECT 2 check_status_num_rows "Passive" #20
#DATA_TESTS HYBRID
-sleep 10
+sleep 15
TEST regular_file_ok ${slave_mnt}/hybrid_f1
TEST directory_ok ${slave_mnt}/$hybrid_d1
TEST rename_ok ${slave_mnt}/hybrid_f3 ${slave_mnt}/hybrid_f4
@@ -88,8 +88,9 @@ TEST $GEOREP_CLI $master $slave start
sleep 10
EXPECT 2 check_status_num_rows "Active"
EXPECT 2 check_status_num_rows "Passive"
+
#data_tests "history"
-sleep 10
+sleep 15
TEST regular_file_ok ${slave_mnt}/history_f1 #35
TEST directory_ok ${slave_mnt}/history_d1
TEST rename_ok ${slave_mnt}/history_f3 ${slave_mnt}/history_f4
@@ -104,8 +105,9 @@ TEST data_ok ${slave_mnt}/history_f1 "HelloWorld!"
TEST create_data "changelog"
sleep 15
TEST check_status "Changelog Crawl" #45
+
#data_tests "changelog"
-sleep 10
+sleep 15
TEST regular_file_ok ${slave_mnt}/changelog_f1
TEST directory_ok ${slave_mnt}/changelog_d1
TEST rename_ok ${slave_mnt}/changelog_f3 ${slave_mnt}/changelog_f4