Skip to content

Commit

Permalink
qa/rgw: exercise DeleteRange in test_bucket_index_log_trim
Browse files Browse the repository at this point in the history
test_bucket_index_log_trim doesn't create enough keys to exceed the
default threshold, so set it to 0

Signed-off-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley committed Feb 3, 2020
1 parent 97fffb1 commit 2aa526b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/suites/rgw/multisite/omap_limits.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
overrides:
ceph:
conf:
osd:
# remove the threshold so that test_bucket_index_log_trim() will test DeleteRange
rocksdb delete range threshold: 0
# instead of expanding the matrix, run each osd with a different omap limit
osd.0:
osd_max_omap_entries_per_request: 10
Expand Down

0 comments on commit 2aa526b

Please sign in to comment.