From 0687befd3332111c7522766aa437ce5166771d0b Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Mon, 3 Jun 2019 14:15:51 +0530 Subject: tests/geo-rep: Remove a rename test case on EC volume Rename with existing name testcase is occasionaly failing on EC volume. Hence commenting the same until it's analysed Change-Id: Icb2ad189b9e4d12101e8f5abcb8a033181360386 Signed-off-by: Kotresh HR updates: bz#1193929 --- tests/00-geo-rep/georep-basic-rsync-ec.t | 6 +++--- tests/00-geo-rep/georep-basic-tarssh-ec.t | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/00-geo-rep') diff --git a/tests/00-geo-rep/georep-basic-rsync-ec.t b/tests/00-geo-rep/georep-basic-rsync-ec.t index bce3768dec8..dd1f94edbc9 100644 --- a/tests/00-geo-rep/georep-basic-rsync-ec.t +++ b/tests/00-geo-rep/georep-basic-rsync-ec.t @@ -200,9 +200,9 @@ TEST gluster volume geo-rep $master $slave config rsync-options "--whole-file" TEST "echo sampledata > $master_mnt/rsync_option_test_file" #rename with existing destination case BUG:1694820 -TEST create_rename_with_existing_destination ${master_mnt} -verify rename with existing destination case BUG:1694820 -EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} +#TEST create_rename_with_existing_destination ${master_mnt} +#verify rename with existing destination case BUG:1694820 +#EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} #Verify arequal for whole volume EXPECT_WITHIN $GEO_REP_TIMEOUT "x0" arequal_checksum ${master_mnt} ${slave_mnt} diff --git a/tests/00-geo-rep/georep-basic-tarssh-ec.t b/tests/00-geo-rep/georep-basic-tarssh-ec.t index fff7110778c..987bd9391c8 100644 --- a/tests/00-geo-rep/georep-basic-tarssh-ec.t +++ b/tests/00-geo-rep/georep-basic-tarssh-ec.t @@ -199,9 +199,9 @@ EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_hardlink_rename_data ${slave_mnt} #EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rsnapshot_data ${slave_mnt} #rename with existing destination case BUG:1694820 -TEST create_rename_with_existing_destination ${master_mnt} +#TEST create_rename_with_existing_destination ${master_mnt} #verify rename with existing destination case BUG:1694820 -EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} +#EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} #Verify arequal for whole volume EXPECT_WITHIN $GEO_REP_TIMEOUT "x0" arequal_checksum ${master_mnt} ${slave_mnt} -- cgit