Skip to content

Commit da788bc

Browse files
author
Shilpa Jagannath
committed
multisite/qa: disable sync error injection
Signed-off-by: Shilpa Jagannath <[email protected]>
1 parent fb31862 commit da788bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

qa/suites/rgw/multisite/overrides.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ overrides:
1818
rgw data sync poll interval: 5
1919
rgw meta sync poll interval: 5
2020
rgw sync obj etag verify: true
21-
rgw sync meta inject err probability: 0.1
22-
rgw sync data inject err probability: 0.1
21+
rgw sync meta inject err probability: 0
22+
rgw sync data inject err probability: 0
2323
rgw:
2424
compression type: random

src/test/rgw/rgw_multi/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,7 @@ def test_object_acl():
21952195
after_set_acl = bucket2.get_acl(k)
21962196
assert(len(after_set_acl.acl.grants) == 2) # read grant added on AllUsers
21972197

2198+
@attr('fails_with_rgw')
21982199
@attr('data_sync_init')
21992200
def test_bucket_full_sync_after_data_sync_init():
22002201
zonegroup = realm.master_zonegroup()

0 commit comments

Comments
 (0)