From: J. Eric Ivancich Date: Fri, 6 Feb 2026 21:19:27 +0000 (-0500) Subject: rgw/test: fix rgw versioning test fix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7428c23de9e215007d0a90b866f8f4518b4ccf31;p=ceph.git rgw/test: fix rgw versioning test fix Removing parentheses that are problematic. Signed-off-by: J. Eric Ivancich --- diff --git a/qa/workunits/rgw/test_rgw_versioning.py b/qa/workunits/rgw/test_rgw_versioning.py index 43f87b6bc25..a9c0fb78158 100755 --- a/qa/workunits/rgw/test_rgw_versioning.py +++ b/qa/workunits/rgw/test_rgw_versioning.py @@ -75,9 +75,7 @@ def main(): log.info(f"json_out has length of { len(json_out) }") idx_list = list(map(lambda v: v['idx'], json_out)) log.info(f"json_out has idx's of { idx_list }") - assert(len(json_out) == 4, - "bucket index did not only contain entries for one version of one " \ - "object; expecting two plain, one instance, and one OLH entry") + assert len(json_out) == 4, "bucket index did not only contain entries for one version of one object; expecting two plain, one instance, and one OLH entry" connection.ObjectVersion(bucket.name, key, version_id_1).delete() # bucket index should now be empty