We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ee0539 + fdecec7 commit af86cb5Copy full SHA for af86cb5
qa/workunits/rgw/test_rgw_bucket_check.py
@@ -173,6 +173,7 @@ def main():
173
exec_cmd(f'radosgw-admin bucket check --fix --bucket {BUCKET_NAME}')
174
out = exec_cmd(f'radosgw-admin bucket check unlinked --bucket {BUCKET_NAME} --fix --min-age-hours 0 --rgw-olh-pending-timeout-sec 0 --dump-keys')
175
json_out = json.loads(out)
176
+ log.info(f'"bucket check unlinked" returned {json_out}, expecting {unlinked_keys}')
177
assert len(json_out) == len(unlinked_keys)
178
bucket.object_versions.all().delete()
179
out = exec_cmd(f'radosgw-admin bucket stats --bucket {BUCKET_NAME}')
0 commit comments